Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mosen/mysides
Browse files Browse the repository at this point in the history
  • Loading branch information
mosen committed Sep 26, 2016
2 parents 318efcd + 6dc8751 commit 7154975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int sidebar_remove(NSString *name, NSURL *uri)



printf("Could not find sidebar item with display name: %s", [name UTF8String]);
printf("Could not find sidebar item with display name: %s\n", [name UTF8String]);
CFRelease(sflRef);
return 1;
}
Expand Down

0 comments on commit 7154975

Please sign in to comment.