X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fimage_bmp.cpp;h=e0c64283a5f08299d868f526416ce1d0759019b6;hb=8b58e2fc73717437867a3a944dd34c4e917af9e7;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 */