Browse Source

Fixed typo

ceriel 33 years ago
parent
commit
650a132457
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/flex/misc.c

+ 1 - 1
util/flex/misc.c

@@ -622,7 +622,7 @@ Char array[];
     switch ( array[1] )
 	{
 #ifdef ACK_MOD
-#if__STDC__
+#if __STDC__
 	case 'a': return ( '\a' );
 	case 'v': return ( '\v' );
 #else