mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-23 18:57:14 +00:00
Correct syntax error (missing semicolon) in OPDISP branch table declaration
This commit is contained in:
parent
cdf6024452
commit
feb546c639
2
src/xc.c
2
src/xc.c
@ -212,7 +212,7 @@ void dispatch(void) {
|
||||
&&case350, &&case351, &&case352, &&case353, &&case354, &&case355, &&case356, &&case357,
|
||||
&&case360, &&case361, &&case362, &&case363, &&case364, &&case365, &&case366, &&case367,
|
||||
&&case370, &&case371, &&case372, &&case373, &&case374, &&case375, &&case376, &&case377,
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
#if defined(DOS) && defined(OPDISP)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user