(is_proto): Minor change
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -43,7 +43,7 @@ const char *mu_path_folder_dir = "Mail"; | ... | @@ -43,7 +43,7 @@ const char *mu_path_folder_dir = "Mail"; |
43 | #define USE_ENVIRON 1 | 43 | #define USE_ENVIRON 1 |
44 | 44 | ||
45 | static int | 45 | static int |
46 | is_proto (char *p) | 46 | is_proto (const char *p) |
47 | { | 47 | { |
48 | for (; *p && *p != '/'; p++) | 48 | for (; *p && *p != '/'; p++) |
49 | if (*p == ':') | 49 | if (*p == ':') | ... | ... |
-
Please register or sign in to post a comment