]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/condbreak-call-false.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / condbreak-call-false.c
index 2c3dd72ded286edec9ec4602bf8c4a5adc4c2fad..c2184e5a3e19de6b7d4c8f12c2dc099b172ee2c3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2013-2018 Free Software Foundation, Inc.
+/* Copyright 2013-2023 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
@@ -36,4 +36,6 @@ main (void)
 {
   foo ();
   bar ();
+
+  return 0;
 }