X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Fimage_bmp.cpp;h=e0c64283a5f08299d868f526416ce1d0759019b6;hb=50f9686913b8fc9f46662b299a9810dee08b0a9c;hp=346f39a71ae97d8eb26a7db8444e7f17f64d5a3b;hpb=a8c164caecc408462d3e4c1626c87ab9974f6a48;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 */