summaryrefslogtreecommitdiff
path: root/src/xine-engine/configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r--src/xine-engine/configfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h
index a239ea24d..f1e7d8956 100644
--- a/src/xine-engine/configfile.h
+++ b/src/xine-engine/configfile.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: configfile.h,v 1.36 2004/12/12 22:01:31 mroi Exp $
+ * $Id: configfile.h,v 1.37 2005/01/30 16:51:20 tmattern Exp $
*
* config file management
*
@@ -77,8 +77,8 @@ struct cfg_entry_s {
char **enum_values;
/* help info for the user */
- const char *description;
- const char *help;
+ char *description;
+ char *help;
/* user experience level */
int exp_level;