Skip to content

Commit b4558b2

Browse files
bug: fixed brightness filter tagline warning
1 parent c7cdffd commit b4558b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filter.c

Lines changed: 2 additions & 2 deletions
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 = "bgrsivtdB:G";
10+
char *filters = "bgrsivtdGB:";
1111

1212

1313
char filterArr[argc-3];
@@ -181,4 +181,4 @@ int main(int argc, char *argv[])
181181
fclose(inptr);
182182
fclose(outptr);
183183
return 0;
184-
}
184+
}

0 commit comments

Comments
 (0)