Commit 23793af0 23793af0f0ff50487f46ee25abfa6ae746c2dfde by Sergey Poznyakoff

(is_proto): Minor change

1 parent cb7f656e
......@@ -43,7 +43,7 @@ const char *mu_path_folder_dir = "Mail";
#define USE_ENVIRON 1
static int
is_proto (char *p)
is_proto (const char *p)
{
for (; *p && *p != '/'; p++)
if (*p == ':')
......