diff options
Diffstat (limited to 'misc/examples/cstr_match.c')
| -rw-r--r-- | misc/examples/cstr_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/cstr_match.c b/misc/examples/cstr_match.c index 10a843cf..be03e981 100644 --- a/misc/examples/cstr_match.c +++ b/misc/examples/cstr_match.c @@ -3,7 +3,7 @@ #include <stc/csview.h> #include <stdio.h> -int main() +int main(void) { cstr ss = cstr_lit("The quick brown fox jumps over the lazy dog.JPG"); |
