summaryrefslogtreecommitdiff
path: root/Examples/jerasure_02.c
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/jerasure_02.c')
-rw-r--r--Examples/jerasure_02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/jerasure_02.c b/Examples/jerasure_02.c
index 9f806bc..eb952ae 100644
--- a/Examples/jerasure_02.c
+++ b/Examples/jerasure_02.c
@@ -50,7 +50,7 @@
#define talloc(type, num) (type *) malloc(sizeof(type)*(num))
-usage(char *s)
+static void usage(char *s)
{
fprintf(stderr, "usage: jerasure_02 r c w - Converts the matrix of jerasure_01 to a bit matrix.\n");
fprintf(stderr, " \n");