summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fortranscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index 39c45e7..7e2e2cd 100644
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -2839,7 +2839,7 @@ static void scanner_abort()
#if !defined(YY_FLEX_SUBMINOR_VERSION)
//----------------------------------------------------------------------------
extern "C" { // some bogus code to keep the compiler happy
- void fortranscannernerYYdummy() { yy_flex_realloc(0,0); }
+ void fortranscannerYYdummy() { yy_flex_realloc(0,0); }
}
#endif