summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rc/rc-applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c
index ba2815d..8381113 100644
--- a/src/rc/rc-applets.c
+++ b/src/rc/rc-applets.c
@@ -152,7 +152,7 @@ do_e(int argc, char **argv)
ts.tv_nsec = WAIT_INTERVAL;
for (i = 0; i < argc; i++) {
ebeginv("Waiting for %s", argv[i]);
- for (;;){
+ for (;;) {
if (exists(argv[i]))
break;
if (nanosleep(&ts, NULL) == -1)