Commit 23793af0 23793af0f0ff50487f46ee25abfa6ae746c2dfde by Sergey Poznyakoff

(is_proto): Minor change

1 parent cb7f656e
...@@ -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 == ':')
......