comparison src/xs_config.c @ 616:1776da045588

Fix a warning about discarding const qualifier.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 21:31:01 +0000
parents 32fc27395220
children 0f2b7b2556ff
comparison
equal deleted inserted replaced
615:8fe2e757fa4a 616:1776da045588
651 void xs_cfg_ok(void) 651 void xs_cfg_ok(void)
652 { 652 {
653 gint i; 653 gint i;
654 gfloat tmpValue; 654 gfloat tmpValue;
655 gint tmpInt; 655 gint tmpInt;
656 gchar *tmpStr; 656 const gchar *tmpStr;
657 657
658 /* Get lock on configuration */ 658 /* Get lock on configuration */
659 XS_MUTEX_LOCK(xs_cfg); 659 XS_MUTEX_LOCK(xs_cfg);
660 660
661 XSDEBUG("get data from widgets to config...\n"); 661 XSDEBUG("get data from widgets to config...\n");