Put at-sign in front of multi-line continued string.

Probably doesn't matter since the compiler should concatenate both forms equally.
This commit is contained in:
André Berg
2010-04-05 16:12:11 +02:00
parent 69d23e9e08
commit 8bc8a73e1b
+1 -1
View File
@@ -110,7 +110,7 @@ static NSMutableArray *locations = nil;
{
NSMutableString *error = [NSMutableString stringWithString:
@"Could not find a git binary version " MIN_GIT_VERSION " or higher.\n"
"Please make sure there is a git binary in one of the following locations:\n\n"];
@"Please make sure there is a git binary in one of the following locations:\n\n"];
for (NSString *location in [PBGitBinary searchLocations]) {
[error appendFormat:@"\t%@\n", location];
}