diff src/defun-int.h @ 3096:ff8b4d6371b3

[project @ 1997-11-14 07:59:14 by jwe]
author jwe
date Fri, 14 Nov 1997 07:59:15 +0000
parents 4bb976b250bf
children 0d640dc625c7
line wrap: on
line diff
--- a/src/defun-int.h
+++ b/src/defun-int.h
@@ -100,7 +100,7 @@
       { \
 	check_version (OCTAVE_VERSION, #name); \
 	install_builtin_function (F ## name, #name, doc); \
-	installed = true;
+	installed = true; \
       } \
     return installed; \
   }