Revision: 18269
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18269&view=rev
Author:   hofman
Date:     2011-12-02 15:56:44 +0000 (Fri, 02 Dec 2011)
Log Message:
-----------
remove final semicolon in macro definition

Modified Paths:
--------------
    trunk/bibdesk/Bibdesk_Prefix.pch

Modified: trunk/bibdesk/Bibdesk_Prefix.pch
===================================================================
--- trunk/bibdesk/Bibdesk_Prefix.pch    2011-12-02 07:35:24 UTC (rev 18268)
+++ trunk/bibdesk/Bibdesk_Prefix.pch    2011-12-02 15:56:44 UTC (rev 18269)
@@ -66,7 +66,7 @@
             [super initialize]; \
             if (hasBeenInitialized) return; \
             hasBeenInitialized = YES;\
-        } while (0);
+        } while (0)
 
     #define BDSKDESTROY(variable) do { [variable release]; variable = nil; } 
while (0)
     #define BDSKCFDESTROY(variable) do { if (variable) CFRelease(variable); 
variable = NULL; } while (0)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to