Revision: 3440
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3440&view=rev
Author:   hofman
Date:     2008-02-25 02:06:27 -0800 (Mon, 25 Feb 2008)

Log Message:
-----------
Forgot a brace

Modified Paths:
--------------
    trunk/OBUtilities.m

Modified: trunk/OBUtilities.m
===================================================================
--- trunk/OBUtilities.m 2008-02-25 01:08:03 UTC (rev 3439)
+++ trunk/OBUtilities.m 2008-02-25 10:06:27 UTC (rev 3440)
@@ -26,7 +26,7 @@
 
 static IMP SK_method_setImplementation(Method aMethod, IMP anImp)
 {
-    if (method_setImplementation != NULL)
+    if (method_setImplementation != NULL) {
         return method_setImplementation(aMethod, anImp);
     } else {
         IMP oldImp = aMethod->method_imp;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to