2003-02-27 Michael Snyder <msnyder@redhat.com>

* gdb.base/restore.c (main): Return zero, so exit code
        will be consistant.
This commit is contained in:
Michael Snyder
2003-02-27 18:36:31 +00:00
parent 4e845cd39a
commit e8d359df3a
2 changed files with 8 additions and 0 deletions

View File

@@ -257,4 +257,5 @@ int main ()
#endif
driver ();
printf("exiting\n");
return 0;
}