aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 177c0aa1..2cc69dfb 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -259,6 +259,7 @@ int main(int argc, char **argv) {
259 exit(EXIT_SUCCESS); 259 exit(EXIT_SUCCESS);
260 break; 260 break;
261 case 'c': // config 261 case 'c': // config
262 free(config_path);
262 config_path = strdup(optarg); 263 config_path = strdup(optarg);
263 break; 264 break;
264 case 'C': // validate 265 case 'C': // validate