From daa5951908a7228f88cfd1cbf1f0353389d98758 Mon Sep 17 00:00:00 2001 From: xHire Date: Tue, 26 May 2009 01:01:17 +0200 Subject: Rectified the coding style in path.h.in Fixed some old comments (//) and whitespace --- src/screen/setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen/setting.c') diff --git a/src/screen/setting.c b/src/screen/setting.c index ceea876..2dadec7 100644 --- a/src/screen/setting.c +++ b/src/screen/setting.c @@ -347,7 +347,7 @@ void setting_init() check_music = check_new(label_music->x + label_music->w + 10, WINDOW_SIZE_Y - 80, music_is_active(), eventWidget); label_sound = label_new(_("Sound:"), check_music->x + WIDGET_CHECK_WIDTH + 10, - WINDOW_SIZE_Y - 85, WIDGET_LABEL_LEFT); + WINDOW_SIZE_Y - 85, WIDGET_LABEL_LEFT); check_sound = check_new(label_sound->x + label_sound->w + 10, WINDOW_SIZE_Y - 80, sound_is_active(), eventWidget); -- cgit v1.2.3