Automatic Copyright Year update after running gdb/copyright.py
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / step-reverse.c
index 40466a639439c7bdfecdab61fab4c0efdc4ec5c7..aea2a98541d8e3ddca00edaa8776af87fd93e8f2 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2008-2020 Free Software Foundation, Inc.
+   Copyright 2008-2022 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
@@ -23,7 +23,7 @@
 int myglob = 0;
 
 int callee() {         /* ENTER CALLEE */
-  myglob++; return 0;  /* ARRIVED IN CALLEE */
+  return myglob++;     /* ARRIVED IN CALLEE */
 }                      /* RETURN FROM CALLEE */
 
 /* A structure which, we hope, will need to be passed using memcpy.  */
This page took 0.026927 seconds and 4 git commands to generate.