Fixed typo

This commit is contained in:
ceriel 1991-11-07 09:39:30 +00:00
parent 17014578be
commit 650a132457

View file

@ -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