Fixed typo
This commit is contained in:
parent
17014578be
commit
650a132457
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue