diff options
Diffstat (limited to 'utils/storeinfo.c')
-rw-r--r-- | utils/storeinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/storeinfo.c b/utils/storeinfo.c index 8a9567e0..c837f5d6 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -81,7 +81,7 @@ print_store (struct store *store, int level, unsigned what) int i; int first = 1; - void psep () + void psep (void) { if (first) first = 0; |