summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/SAPI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 2c4dca6cf2..8f6d41423b 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -107,9 +107,9 @@ typedef struct {
char *current_user;
int current_user_length;
- /* this is necessary for CLI module */
- int argc;
- char **argv;
+ /* this is necessary for CLI module */
+ int argc;
+ char **argv;
int proto_num;
} sapi_request_info;