mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
+1
-1
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user