diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-17 15:15:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-17 15:15:13 +0100 |
| commit | 65400c0562fcf23c78c7b7276a79d0aef6b21a8a (patch) | |
| tree | 0d276bfd2c1a69f0b0abf006962a9dd18b5885fb /src | |
| parent | 8fe6c275038d381a51189e678f3fcafc3fca7200 (diff) | |
Typo in previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/image.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index ab9159d5e..4952e4557 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -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); } |
