summaryrefslogtreecommitdiff
path: root/src/Alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alloc.c')
-rw-r--r--src/Alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alloc.c b/src/Alloc.c
index be643a8..c523d81 100644
--- a/src/Alloc.c
+++ b/src/Alloc.c
@@ -524,7 +524,7 @@ void _XtPrintMemory(char * filename)
if (filename == NULL)
f = stderr;
- else
+ else
f = fopen(filename, "w");
LOCK_PROCESS;
fprintf(f, "total size: %d\n", ActiveXtMemory);