summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/file_image_unx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/file_image_unx.c b/desktop/unx/source/file_image_unx.c
index eb3c0d56fc50..fb677781cf65 100644
--- a/desktop/unx/source/file_image_unx.c
+++ b/desktop/unx/source/file_image_unx.c
@@ -76,7 +76,7 @@ int file_image_pagein (file_image * image)
long s;
size_t k;
// force touching of each page despite the optimizer
- volatile char c = 0;
+ volatile char c =0;
if (image == 0)
return EINVAL;