Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " in Cygwin x64
This commit is contained in:
parent
46e0b2301c
commit
bc49863fb5
@ -1116,7 +1116,7 @@ if test "x$LG_PAGE" = "xdetect"; then
|
|||||||
if (f == NULL) {
|
if (f == NULL) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
fprintf(f, "%d\n", result);
|
fprintf(f, "%d", result);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user