]> git.sesse.net Git - vlc/blobdiff - modules/control/http/macros.h
Fix positioning of dvbsub. closes #1686
[vlc] / modules / control / http / macros.h
index d2a85dc50e0cf2777302a5331df4b8cb66a9d783..4cddf7c2bd80b0504d88c25fd2935dda90d682c3 100644 (file)
@@ -2,7 +2,7 @@
  * macros.h : Macros mapping for the HTTP interface
  *****************************************************************************
  * Copyright (C) 2001-2005 the VideoLAN team
- * $Id: http.c 12225 2005-08-18 10:01:30Z massiot $
+ * $Id$
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include "http.h"
@@ -76,7 +76,7 @@ enum macroType
 /* Static mapping of macros type to macro strings */
 static struct
 {
-    char *psz_name;
+    const char *psz_name;
     int  i_type;
 }
 StrToMacroTypeTab [] =