Skip to content

Commit

Permalink
Merge pull request #8 from lazymutt/master
Browse files Browse the repository at this point in the history
Added newline to error message. Thanks @lazymutt
  • Loading branch information
mosen authored Aug 24, 2016
2 parents 117efde + 15c313f commit 6dc8751
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 6dc8751

Please sign in to comment.