changeset 1136:2cb0955b50f6

Oops, duped a macro argument name. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 08:52:24 +0200
parents 73808dce89e6
children e42aa3c940c1
files minijss/jss.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/minijss/jss.h	Wed Mar 04 08:50:08 2015 +0200
+++ b/minijss/jss.h	Wed Mar 04 08:52:24 2015 +0200
@@ -92,7 +92,7 @@
 #    define JSSDEBUG(...) do { } while (0)
 #  endif // NDEBUG
 #else
-#  define JSSERROR(MRET, MRET, ...) return MRET
+#  define JSSERROR(MEVAL, MRET, ...) return MRET
 #  define JSSWARNING(MEVAL, MRET, ...) do { } while (0)
 #  define JSSDEBUG(...) do { } while (0)
 #endif // JSS_LIGHT