comparison src/bar_info.c @ 995:6ca2c5fd7b13

Whitespaces cleanup.
author zas_
date Mon, 25 Aug 2008 22:20:45 +0000
parents c414002a1f27
children 9962b24b6b43
comparison
equal deleted inserted replaced
994:c879a4c14f33 995:6ca2c5fd7b13
271 if (g_hash_table_lookup(hashtable, key) == NULL) 271 if (g_hash_table_lookup(hashtable, key) == NULL)
272 { 272 {
273 g_hash_table_insert(hashtable, (gpointer) key, GINT_TO_POINTER(1)); 273 g_hash_table_insert(hashtable, (gpointer) key, GINT_TO_POINTER(1));
274 newlist = g_list_prepend(newlist, key); 274 newlist = g_list_prepend(newlist, key);
275 } 275 }
276 work = work->next; 276 work = work->next;
277 } 277 }
278 278
279 g_hash_table_destroy(hashtable); 279 g_hash_table_destroy(hashtable);
280 g_list_free(list); 280 g_list_free(list);
281 281
432 432
433 res1 = comment_xmp_read(fd, &keywords1, &comment1); 433 res1 = comment_xmp_read(fd, &keywords1, &comment1);
434 res2 = comment_legacy_read(fd, &keywords2, &comment2); 434 res2 = comment_legacy_read(fd, &keywords2, &comment2);
435 435
436 if (!res1 && !res2) 436 if (!res1 && !res2)
437 { 437 {
438 return FALSE; 438 return FALSE;
439 } 439 }
440 440
441 if (keywords) 441 if (keywords)
442 { 442 {