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

Fix weird gcc warning with white-space change (!)

parent fa1aee0f
Branches
Tags
No related merge requests found
......@@ -365,7 +365,7 @@ BOOL comSetBits(COM_HANDLE handle, size_t byteSize, size_t stopBits)
struct termios t;
if(tcgetattr(handle, &t)==-1)
return FALSE;
return FALSE;
t.c_cflag &= ~CSIZE;
switch(byteSize) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment