This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
toilet
mirror of
https://github.com/cacalabs/toilet.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
* Fix signed/unsigned warning.
pull/1/head
Sam Hocevar
sam
18 years ago
parent
93a52058e0
commit
7c880dc3f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/filter.c
+ 1
- 1
src/filter.c
View File
@@ -53,7 +53,7 @@ const lookup[] =
int filter_list(void)
{
int i;
unsigned
int i;
fprintf(stderr, "Available filters:\n");
for(i = 0; i < sizeof(lookup) / sizeof(lookup[0]); i++)
Write
Preview
Loading…
Cancel
Save