diff --git a/apps/progs.pl b/apps/progs.pl index 3ec16d54cb818f459573ab45bac5296452f4c871..21baf173cff9a4aa12339745320546c830f9c4eb 100644 --- a/apps/progs.pl +++ b/apps/progs.pl @@ -48,7 +48,7 @@ typedef enum FUNC_TYPE { typedef struct function_st { FUNC_TYPE type; const char *name; - int (*func)(int argc,char *argv[]); + int (*func)(int argc, char *argv[]); const OPTIONS *help; } FUNCTION;