commit 1bef7434c4915f831e229eebbe76c24057b1fee7
parent 348634879b63961f0655a68ab3e3580701dc291a
Author: ukai <ukai>
Date: Sat, 9 Feb 2002 15:24:58 +0000
fix indent
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/image.c b/image.c
@@ -495,7 +495,7 @@ loadImage(int flag)
symlink(cache->file, cache->touch);
if (lstat(image_lock, &st)) {
if (symlink(cache->file, image_lock))
- exit(0);
+ exit(0);
#else
f = fopen(cache->touch, "w");
if (f)
@@ -503,7 +503,7 @@ loadImage(int flag)
if (stat(image_lock, &st)) {
f = fopen(image_lock, "w");
if (!f)
- exit(0);
+ exit(0);
fclose(f);
#endif
kill(getppid(), SIGUSR1);