comparison libpurple/prefs.c @ 16503:513b52cb013a

missing newline
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Apr 2007 04:17:20 +0000
parents f8eb3e7c4fbd
children 1b58a7fabb7e
comparison
equal deleted inserted replaced
16502:901dd46db686 16503:513b52cb013a
1118 } 1118 }
1119 } 1119 }
1120 if(newchild == NULL) { 1120 if(newchild == NULL) {
1121 /* no rename happened, we weren't able to find the new pref */ 1121 /* no rename happened, we weren't able to find the new pref */
1122 char *tmpname = pref_full_name(child); 1122 char *tmpname = pref_full_name(child);
1123 purple_debug_error("prefs", "Unable to find rename pref for %s", tmpname); 1123 purple_debug_error("prefs", "Unable to find rename pref for %s\n", tmpname);
1124 g_free(tmpname); 1124 g_free(tmpname);
1125 } 1125 }
1126 } 1126 }
1127 1127
1128 oldname = pref_full_name(oldpref); 1128 oldname = pref_full_name(oldpref);