aboutsummaryrefslogtreecommitdiffstats
path: root/sway/criteria.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/criteria.c')
-rw-r--r--sway/criteria.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/criteria.c b/sway/criteria.c
index 286ccc3b..248260ec 100644
--- a/sway/criteria.c
+++ b/sway/criteria.c
@@ -420,6 +420,7 @@ static void unescape(char *value) {
420 * populated with an error string. It is up to the caller to free the error. 420 * populated with an error string. It is up to the caller to free the error.
421 */ 421 */
422struct criteria *criteria_parse(char *raw, char **error_arg) { 422struct criteria *criteria_parse(char *raw, char **error_arg) {
423 *error_arg = NULL;
423 error = NULL; 424 error = NULL;
424 425
425 char *head = raw; 426 char *head = raw;