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 a46e5231..85bc2f1c 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -294,7 +294,7 @@ int main(int argc, char **argv) {
294 case 'V': // verbose 294 case 'V': // verbose
295 verbose = true; 295 verbose = true;
296 break; 296 break;
297 case 'p': ; // --get-socketpath 297 case 'p': // --get-socketpath
298 if (getenv("SWAYSOCK")) { 298 if (getenv("SWAYSOCK")) {
299 printf("%s\n", getenv("SWAYSOCK")); 299 printf("%s\n", getenv("SWAYSOCK"));
300 exit(EXIT_SUCCESS); 300 exit(EXIT_SUCCESS);