From 55956bb99be716f061d2d8423932102724ea18d3 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 31 Aug 2007 07:43:28 +0000 Subject: [PATCH] ws --- main/SAPI.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/SAPI.h b/main/SAPI.h index bcf435e8b8..21eb8d5c1b 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; -- 2.50.1