mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " in Cygwin x64
This commit is contained in:
@@ -1116,7 +1116,7 @@ if test "x$LG_PAGE" = "xdetect"; then
|
||||
if (f == NULL) {
|
||||
return 1;
|
||||
}
|
||||
fprintf(f, "%d\n", result);
|
||||
fprintf(f, "%d", result);
|
||||
fclose(f);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user