Skip to content

Commit 00744a3

Browse files
Update filters string to include 'm' character
1 parent 5b6b2c6 commit 00744a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
int main(int argc, char *argv[])
88
{
99
// Define allowable filters
10-
char *filters = "bgrsivtdGoB:m";
10+
char *filters = "bgrsivtmdGoB:";
1111

1212

1313
char filterArr[argc-3];

0 commit comments

Comments
 (0)