]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Fixed compilation warning.
[vlc] / modules / access / http.c
index 651e250647375474f71879f2d480bd2cb3b3d7f4..a42669589bdbdc321c693296a6aca06591b13c66 100644 (file)
@@ -119,7 +119,7 @@ struct access_sys_t
 
     /* */
     int        i_code;
-    char       *psz_protocol;
+    const char *psz_protocol;
     int        i_version;
 
     char       *psz_mime;