| Index: utility/bmpblk_utility.cc
|
| diff --git a/utility/bmpblk_utility.cc b/utility/bmpblk_utility.cc
|
| index 8da3e18fdab2efb4c4ad21d38915586327bead21..a87761cb23875160a3620a6143318901768c7ab2 100644
|
| --- a/utility/bmpblk_utility.cc
|
| +++ b/utility/bmpblk_utility.cc
|
| @@ -338,7 +338,7 @@ void BmpBlockUtil::fill_all_image_infos() {
|
| it->second.data.height = get_bmp_image_height(it->second.raw_content);
|
| break;
|
| default:
|
| - error("Unsupported image format.");
|
| + error("Unsupported image format.\n");
|
| }
|
| }
|
| }
|
| @@ -355,7 +355,7 @@ void BmpBlockUtil::compress_all_images(const Compression compress) {
|
| }
|
| break;
|
| default:
|
| - error("Unsupported data compression.");
|
| + error("Unsupported data compression.\n");
|
| }
|
| }
|
|
|
|
|