--- htdocs/gcc-4.9/changes.html 2013-04-12 09:10:29.655357028 +0200 +++ htdocs/gcc-4.9/changes.html 2013-04-12 11:33:43.336660425 +0200 @@ -42,7 +42,7 @@ Sample diagnostics output:
     $ g++ -fdiagnostics-color=always -S -Wall test.C
-    test.C: In function ‘int foo()’:
+    test.C: In function ‘int foo()’:
     test.C:1:14: warning: no return statement in function returning non-void [-Wreturn-type]
      int foo () { }
                   ^