Typo in previous.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Oct 2012 14:15:13 +0000 (15:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Oct 2012 14:15:13 +0000 (15:15 +0100)
src/lib/image.cc

index ab9159d5e42a21a83e90e7ee81a02807c63dfa2f..4952e4557d34c50fcd1f8959af8a96d663764912 100644 (file)
@@ -318,6 +318,7 @@ SimpleImage::SimpleImage (PixelFormat p, Size s, function<int (int)> rounder)
                _line_size[0] = s.width * 2;
                _line_size[1] = s.width;
                _line_size[2] = s.width;
+               break;
        default:
                assert (false);
        }