Merge pull request #240 from fperrad/20170622_lint

more linting
This commit is contained in:
Steffen Jaeckel
2017-06-23 10:06:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -29,8 +29,8 @@ static int _char_to_int(unsigned char x)
case '7': return 7;
case '8': return 8;
case '9': return 9;
default: return 100;
}
return 100;
}
#define DECODE_V(y, max) do {\
+1 -1
View File
@@ -28,8 +28,8 @@ static int _char_to_int(unsigned char x)
case '7': return 7;
case '8': return 8;
case '9': return 9;
default: return 100;
}
return 100;
}
#define DECODE_V(y, max) \