X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fimage_bmp.cpp;h=e0c64283a5f08299d868f526416ce1d0759019b6;hb=9115776479fc67fe12cc3f7ccb8da2fd684d2232;hp=346f39a71ae97d8eb26a7db8444e7f17f64d5a3b;hpb=ae2b4d32ed56e3ac193cc7205aeb58082c448ce8;p=apitrace diff --git a/common/image_bmp.cpp b/common/image_bmp.cpp index 346f39a..e0c6428 100644 --- a/common/image_bmp.cpp +++ b/common/image_bmp.cpp @@ -31,7 +31,7 @@ #include "image.hpp" -namespace Image { +namespace image { #pragma pack(push,2) @@ -136,4 +136,4 @@ Image::writeBMP(const char *filename) const { } -} /* namespace Image */ +} /* namespace image */