Skip to content
Snippets Groups Projects
Commit 1bca6ce5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix misleading-indentation warning from GCC

parent 4b5b2188
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3457 passed
......@@ -132,8 +132,8 @@ int kbhit(void)
return 0;
}
if(!beensetup)
_termios_setup();
if(!beensetup)
_termios_setup();
/* set up select() args */
FD_ZERO(&inp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment