X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdump.h;h=7e171543094cc3482d8f88e265083acd9f05f4b1;hb=1a03c21adfd1da80893aac75bb57094c702db031;hp=e8a96ef874846a4adf17e47f602bd78a24e03ce6;hpb=63fc1a9e08fabfc8ba96bad80731673ef40bf5cb;p=oweals%2Fbusybox.git diff --git a/include/dump.h b/include/dump.h index e8a96ef87..7e1715430 100644 --- a/include/dump.h +++ b/include/dump.h @@ -40,7 +40,7 @@ typedef struct _fs { /* format strings */ } FS; extern void bb_dump_add(const char *fmt); -extern int bb_dump_dump (char **argv); +extern int bb_dump_dump(char **argv); extern int bb_dump_size(FS * fs); extern FS *bb_dump_fshead; /* head of format strings */