comparison src/gaimrc.c @ 5084:a96653493416

[gaim-migrate @ 5439] Fixed warnings (win32) committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 08 Apr 2003 18:36:50 +0000
parents 0e639df44fb5
children 0a34e69c1575
comparison
equal deleted inserted replaced
5083:580c790bc042 5084:a96653493416
1112 } 1112 }
1113 1113
1114 static void gaimrc_write_sounds(FILE *f) 1114 static void gaimrc_write_sounds(FILE *f)
1115 { 1115 {
1116 int i; 1116 int i;
1117 #ifndef _WIN32
1117 char *cmd; 1118 char *cmd;
1119 #endif
1118 fprintf(f, "sound_files {\n"); 1120 fprintf(f, "sound_files {\n");
1119 for (i = 0; i < GAIM_NUM_SOUNDS; i++) { 1121 for (i = 0; i < GAIM_NUM_SOUNDS; i++) {
1120 char *file = gaim_sound_get_event_file(i); 1122 char *file = gaim_sound_get_event_file(i);
1121 if (file) { 1123 if (file) {
1122 #ifndef _WIN32 1124 #ifndef _WIN32