summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 9328326..d7c0fb9 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -248,7 +248,7 @@ frame_read (char *str, rp_screen *screen)
read_slot(dedicated);
if (dedicated <= 0)
f->dedicated = 0;
- else if (f->dedicated >= 1)
+ else
f->dedicated = 1;
}
else if (!strcmp(tmp, ")"))