changeset 29571:76deb8194590

* quit.h: Remove stray ; after function definition.
author John W. Eaton <jwe@octave.org>
date Wed, 28 Apr 2021 22:24:21 -0400
parents 6d827dcde2b9
children aef11bb4e6d1
files liboctave/util/quit.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/quit.h	Wed Apr 28 22:23:39 2021 -0400
+++ b/liboctave/util/quit.h	Wed Apr 28 22:24:21 2021 -0400
@@ -252,7 +252,7 @@
       octave_signal_caught = 0;
       octave_handle_signal ();
     }
-};
+}
 
 #define OCTAVE_QUIT octave_quit ()