From: ceriel Date: Thu, 7 Nov 1991 09:39:30 +0000 (+0000) Subject: Fixed typo X-Git-Tag: release-5-5~656 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=650a1324571053ce6340fc7e58b5f13cb5c87198;p=ack.git Fixed typo --- diff --git a/util/flex/misc.c b/util/flex/misc.c index bb2df4672..03c343ca0 100644 --- a/util/flex/misc.c +++ b/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