Skip to content

Commit

Permalink
training: Add missing linefeed to error message
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 6, 2018
1 parent 52fddc3 commit 0215d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/icuerrorcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class IcuErrorCode : public icu::ErrorCode {

protected:
virtual void handleFailure() const {
tprintf("ICU ERROR: %s", errorName());
tprintf("ICU ERROR: %s\n", errorName());
exit(errorCode);
}

Expand Down

0 comments on commit 0215d91

Please sign in to comment.