changeset 21344:32651c9a1235

Fix typo from changeset 8376de2eaf00 (Bug #47250) * build-aux/mk-octave-config-h.sh: remove stray 'n' from #define OCTAVE_API OCTAVE_IMPORT
author John Donoghue
date Thu, 25 Feb 2016 08:16:27 -0500
parents 980abb267014
children afc3108f13fe
files build-aux/mk-octave-config-h.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Wed Feb 24 21:47:10 2016 -0800
+++ b/build-aux/mk-octave-config-h.sh	Thu Feb 25 08:16:27 2016 -0500
@@ -125,7 +125,7 @@
 #  define OCTAVE_IMPORT
 #endif
 
-n#define OCTAVE_API OCTAVE_IMPORT
+#define OCTAVE_API OCTAVE_IMPORT
 #define OCTINTERP_API OCTAVE_IMPORT
 
 #include <stdint.h>