[Libdispatch-changes] [11] trunk/src/source.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 10 16:26:20 PDT 2009


Revision: 11
          http://trac.macosforge.org/projects/libdispatch/changeset/11
Author:   robert at fledge.watson.org
Date:     2009-09-06 08:38:00 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
Expand #ifdef __BLOCKS__ in _dispatch_source_create2() to cover additional
code unused in the !blocks case.

Modified Paths:
--------------
    trunk/src/source.c

Modified: trunk/src/source.c
===================================================================
--- trunk/src/source.c	2009-09-05 21:25:35 UTC (rev 10)
+++ trunk/src/source.c	2009-09-06 15:38:00 UTC (rev 11)
@@ -1249,9 +1249,9 @@
 
 #ifdef __BLOCKS__
 out_bad:
-#endif
 	free(ds);
 	return NULL;
+#endif
 }
 
 long
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090910/fbf3f654/attachment-0001.html>


More information about the Libdispatch-changes mailing list