aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index db2ed856..442d36ee 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -103,7 +103,7 @@ int main(int argc, char **argv) {
103 int c; 103 int c;
104 while (1) { 104 while (1) {
105 int option_index = 0; 105 int option_index = 0;
106 c = getopt_long(argc, argv, "hCdvVpc:", long_options, &option_index); 106 c = getopt_long(argc, argv, "hCdvVc:", long_options, &option_index);
107 if (c == -1) { 107 if (c == -1) {
108 break; 108 break;
109 } 109 }