merge from gcc
[external/binutils.git] / gdb / testsuite / gdb.reverse / step-reverse.c
index 1584bd2..ef12077 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2008, 2009 Free Software Foundation, Inc.
+   Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -73,6 +73,6 @@ int main () {
      large_struct_by_value (r);  /* step-test.exp: large struct by value */
    }
 
-   exit (0);
+   exit (0); /* end of main */
 }