diff options
author | Ian Cowburn <ianc@noddybox-mac.local> | 2017-01-17 21:06:36 +0000 |
---|---|---|
committer | Ian Cowburn <ianc@noddybox-mac.local> | 2017-01-17 21:06:36 +0000 |
commit | a3beda2846259a26487f125323b85930628db99f (patch) | |
tree | 3d7c4f785be042a6ab32a623a3bf75c1b4c44ce7 /src | |
parent | 565acd97cab4ebebcd794245df08afd62c725992 (diff) |
Fixed compilation error in dump test.
Diffstat (limited to 'src')
-rw-r--r-- | src/example/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/dump.c b/src/example/dump.c index 160d7ac..648aacd 100644 --- a/src/example/dump.c +++ b/src/example/dump.c @@ -108,7 +108,7 @@ static void CompareEnds(Block **block, int count) } } -int main(int argc, char *argv) +int main(int argc, char *argv[]) { int ch; int count; |