1
0
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:
Nick Briggs 2023-01-14 16:11:25 -08:00
parent cdf6024452
commit feb546c639

View File

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