Skip to content

Commit ea151ee

Browse files
committed
fix bug: adding breaks
1 parent 59cc5ff commit ea151ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xnotify.c

+2
Original file line numberDiff line numberDiff line change
@@ -897,9 +897,11 @@ parseline(char *s)
897897
case TAG:
898898
itemspec->tag = itemspec->title + 4;
899899
itemspec->title = strtok(NULL, "\t\n");
900+
break;
900901
case CMD:
901902
itemspec->cmd = itemspec->title + 4;
902903
itemspec->title = strtok(NULL, "\t\n");
904+
break;
903905
default:
904906
break;
905907
}

0 commit comments

Comments
 (0)