diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c index a46e5231..85bc2f1c 100644 --- a/sway/main.c +++ b/sway/main.c @@ -294,7 +294,7 @@ int main(int argc, char **argv) { case 'V': // verbose verbose = true; break; - case 'p': ; // --get-socketpath + case 'p': // --get-socketpath if (getenv("SWAYSOCK")) { printf("%s\n", getenv("SWAYSOCK")); exit(EXIT_SUCCESS); |