Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " in Cygwin x64

This commit is contained in:
rustyx 2016-01-30 13:38:33 +01:00 committed by Jason Evans
parent 46e0b2301c
commit bc49863fb5

View File

@ -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;