]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/save-bp.c
Fix "save breakpoints" for "disable $bpnum" command.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / save-bp.c
index 9a72fe85b863c8e98eb8bc92d06f70b6b4d9385e..f01f031b0f6f34d5955de3603067370f1b8a32f1 100644 (file)
@@ -31,6 +31,6 @@ main (void)
     break_me (); /* Try a condition-specific breakpoint.  */
 
   break_me (); /* Finally, try a breakpoint with commands.  */
-  return 0;
+  return 0; /* Return line. */
 }