mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Fixed gcc compiler warning (#867)
* Changed spelling FALLTHRU -> FALLTHROUGH
This commit is contained in:
parent
60e40c854c
commit
f95481fabf
@ -824,7 +824,7 @@ static void ReadStringConst (int StringTerm)
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* otherwise, fall through */
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
Error ("Unsupported escape sequence in string constant");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user