Changeset 6160

Show
Ignore:
Timestamp:
09/26/08 13:20:46 (4 months ago)
Author:
morris
Message:

Return string correctly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/P7/WiredClient/WCError.m

    r6123 r6160  
    101101                                 
    102102                        case WCWiredClientClientNotFound:  
    103                                 NSLS(@"Client Not Found", @"WCWiredClientClientNotFound title");  
     103                                return NSLS(@"Client Not Found", @"WCWiredClientClientNotFound title");  
    104104                                break;  
    105105