diff options
Diffstat (limited to 'misc/examples/read.c')
| -rw-r--r-- | misc/examples/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/read.c b/misc/examples/read.c index c25cd740..b12f7409 100644 --- a/misc/examples/read.c +++ b/misc/examples/read.c @@ -15,7 +15,7 @@ cvec_str read_file(const char* name) return vec; } -int main() +int main(void) { int n = 0; c_with (cvec_str vec = read_file(__FILE__), cvec_str_drop(&vec)) |
