diff options
Diffstat (limited to 'apps/progs.h')
| -rw-r--r-- | apps/progs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/progs.h b/apps/progs.h index fb498fd20c27..d5c0039bd69d 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -58,7 +58,7 @@ extern int srp_main(int argc, char *argv[]); typedef struct { int type; const char *name; - int (*func) (int argc, char *argv[]); + int (*func)(int argc, char *argv[]); } FUNCTION; DECLARE_LHASH_OF(FUNCTION); |
