cpw.nader.asynclogging-3: 0b4e5487: Added a missing brace
morshed.nader at gmail.com
morshed.nader at gmail.com
Thu Jan 5 15:27:04 EST 2012
----------------------------------------------------------------------
Revision: 0b4e54874f6ee7b4bc331766d5cc0b2864e8f8e6
Parent: dc9d7efb0950c171dec59fce17466335fc564f30
Author: morshed.nader at gmail.com
Date: 01/04/12 20:42:41
Branch: im.pidgin.cpw.nader.asynclogging-3
URL: http://d.pidgin.im/viewmtn/revision/info/0b4e54874f6ee7b4bc331766d5cc0b2864e8f8e6
Changelog:
Added a missing brace
Changes against parent dc9d7efb0950c171dec59fce17466335fc564f30
patched libpurple/commonlog.c
-------------- next part --------------
============================================================
--- libpurple/commonlog.c 9e2fcdd20d88955984b169d8b625fedd234a7696
+++ libpurple/commonlog.c 7757634c9565ef02ad7fd522d588cd7852a7c99c
@@ -1072,7 +1072,7 @@ purple_common_log_list_async_4(GObject *
err);
purple_log_list_free(data->logs);
- else
+ } else
/* Everything went fine, notify the user of the logs */
SIMPLE_ASYNC_RESULT_NEW_GOOD(enumerator, data->cb, data->userdata,
purple_common_log_list_async,
More information about the Commits
mailing list