tciuro / NanoStore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.
Other
404 stars 39 forks source link

Remove warnings and minor cleanup #86

Closed tciuro closed 11 years ago

tciuro commented 11 years ago

1) Remove some warnings (assign 'NSMutableString stringWithFormat:...' to an NSString.) 2) Replace 'if (error != NULL)' with 'if (error != nil)'.