From aaa937e798f8b5e9e6ef51fd12807bee7f21f478 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 6 Mar 2009 20:11:23 +0000 Subject: The large -help help_text should be const so it goes into .rodata git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28860 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-es.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/help_mp-es.h') diff --git a/help/help_mp-es.h b/help/help_mp-es.h index f25d18efe6..3de10bb189 100644 --- a/help/help_mp-es.h +++ b/help/help_mp-es.h @@ -17,7 +17,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Uso: mplayer [opciones] [url o ruta del archivo]\n" "\n" "Opciones básicas: ('man mplayer' para una lista completa)\n" -- cgit v1.2.3