summaryrefslogtreecommitdiffstats
path: root/sway/workspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/workspace.c')
-rw-r--r--sway/workspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/workspace.c b/sway/workspace.c
index ec60c8e0..0f44d3b0 100644
--- a/sway/workspace.c
+++ b/sway/workspace.c
@@ -47,7 +47,7 @@ char *workspace_next_name(void) {
47 continue; 47 continue;
48 } 48 }
49 49
50 //Make sure that the workspace doesn't already exist 50 // Make sure that the workspace doesn't already exist
51 if (workspace_find_by_name(target)) { 51 if (workspace_find_by_name(target)) {
52 list_free(args); 52 list_free(args);
53 continue; 53 continue;