mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " in Cygwin x64
This commit is contained in:
parent
46e0b2301c
commit
bc49863fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue