]> err.no Git - sope/blobdiff - sope-appserver/SoOFS/OFSPropertyListObject.m
synced with latest changes, bumped dyld versions
[sope] / sope-appserver / SoOFS / OFSPropertyListObject.m
index 8de2960f93e69e56c634d141b75d399447349149..e04f93c893ac0051a583dadd1b981a20d450e830 100644 (file)
@@ -418,7 +418,7 @@ static int debugOn = 0;
     /* parse the existing plist file */
     
     string = [[NSString alloc] initWithData:content
-                            encoding:[NSString defaultCStringEncoding]];
+                               encoding:[NSString defaultCStringEncoding]];
     if (string == nil) {
       [self logWithFormat:@"could not make string for stored data."];
       return [NSException exceptionWithHTTPStatus:500