fix indent
This commit is contained in:
6
image.c
6
image.c
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: image.c,v 1.5 2002/02/08 14:29:52 ukai Exp $ */
|
/* $Id: image.c,v 1.6 2002/02/09 15:24:58 ukai Exp $ */
|
||||||
|
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@@ -495,7 +495,7 @@ loadImage(int flag)
|
|||||||
symlink(cache->file, cache->touch);
|
symlink(cache->file, cache->touch);
|
||||||
if (lstat(image_lock, &st)) {
|
if (lstat(image_lock, &st)) {
|
||||||
if (symlink(cache->file, image_lock))
|
if (symlink(cache->file, image_lock))
|
||||||
exit(0);
|
exit(0);
|
||||||
#else
|
#else
|
||||||
f = fopen(cache->touch, "w");
|
f = fopen(cache->touch, "w");
|
||||||
if (f)
|
if (f)
|
||||||
@@ -503,7 +503,7 @@ loadImage(int flag)
|
|||||||
if (stat(image_lock, &st)) {
|
if (stat(image_lock, &st)) {
|
||||||
f = fopen(image_lock, "w");
|
f = fopen(image_lock, "w");
|
||||||
if (!f)
|
if (!f)
|
||||||
exit(0);
|
exit(0);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
#endif
|
#endif
|
||||||
kill(getppid(), SIGUSR1);
|
kill(getppid(), SIGUSR1);
|
||||||
|
Reference in New Issue
Block a user