mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-15 12:16:34 +00:00
Remove extra semicolons, convert #define x() {...} to do {...} while (0) style (#444)
* Remove extra semicolons, convert #define x() {...} to do {...} while (0) style
* Fix missing brace in INIT-specific definition of init_kbd_startup
This commit is contained in:
@@ -174,7 +174,7 @@ int main(int argc, char *argv[])
|
||||
} else {
|
||||
perror("lde: This Display Model does not supported\n");
|
||||
exit(-1);
|
||||
}; /* endif( my_screen... */
|
||||
} /* endif( my_screen... */
|
||||
|
||||
close(FrameBufferFd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user