aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authorIan Cowburn <ianc@noddybox-mac.local>2017-01-17 21:06:36 +0000
committerIan Cowburn <ianc@noddybox-mac.local>2017-01-17 21:06:36 +0000
commita3beda2846259a26487f125323b85930628db99f (patch)
tree3d7c4f785be042a6ab32a623a3bf75c1b4c44ce7 /src/example
parent565acd97cab4ebebcd794245df08afd62c725992 (diff)
Fixed compilation error in dump test.
Diffstat (limited to 'src/example')
-rw-r--r--src/example/dump.c2
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;