Revision: 12148
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12148&view=rev
Author:   amaxwell
Date:     2007-12-31 09:07:25 -0800 (Mon, 31 Dec 2007)

Log Message:
-----------
fix warning

Modified Paths:
--------------
    trunk/bibdesk/BDSKSortCommand.m

Modified: trunk/bibdesk/BDSKSortCommand.m
===================================================================
--- trunk/bibdesk/BDSKSortCommand.m     2007-12-31 16:44:29 UTC (rev 12147)
+++ trunk/bibdesk/BDSKSortCommand.m     2007-12-31 17:07:25 UTC (rev 12148)
@@ -42,7 +42,7 @@
 
 @implementation BDSKSortCommand
 
-static normalizedKey(NSString *key) {
+static NSString *normalizedKey(NSString *key) {
     static NSArray *specialKeys = nil;
     if (specialKeys == nil) {
         specialKeys = [[NSMutableArray alloc] initWithObjects:


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 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to