]> git.sesse.net Git - vlc/commitdiff
Fixed compilation warning.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 23 Mar 2007 18:48:33 +0000 (18:48 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 23 Mar 2007 18:48:33 +0000 (18:48 +0000)
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;