diff options
Diffstat (limited to 'src/common/utils.c')
-rw-r--r-- | src/common/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utils.c b/src/common/utils.c index 1e77f461a..ce9ea56f2 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -239,7 +239,7 @@ unsigned int get_percentage(const unsigned int A, const unsigned int B) if( result > UINT_MAX ) { - ShowError("get_percentage(): result percentage too high! (A=%u,B=%u,result=%g)", A, B, result); + ShowError("get_percentage(): result percentage too high! (A=%u,B=%u,result=%g)\n", A, B, result); return UINT_MAX; } |