We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc54e61 commit f0f9656Copy full SHA for f0f9656
client/deps/amiitool/amiitool.c
@@ -43,7 +43,7 @@ int main(int argc, char **argv) {
43
char op = '\0';
44
bool lenient = false;
45
46
- char c;
+ int c;
47
while ((c = getopt(argc, argv, "edci:s:o:k:l")) != -1) {
48
switch (c) {
49
case 'e':
0 commit comments