X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=flower%2Finclude%2Ffull-storage.icc;h=a8ad166711c53e39a65d1f089489a3bf65373eb1;hb=95246e47228482fbd2a99ec2d7f5d52b35cb545a;hp=c919bf1ac904abe1b75f2b40f6bb43c6ac135136;hpb=2862b1027f316a2f0444fa92e441ee28acf7a463;p=lilypond.git diff --git a/flower/include/full-storage.icc b/flower/include/full-storage.icc index c919bf1ac9..a8ad166711 100644 --- a/flower/include/full-storage.icc +++ b/flower/include/full-storage.icc @@ -21,7 +21,7 @@ INLINE bool Full_storage::valid (int i, int j) const { return (i>=0 && i < height_i_) - && (j < width_i_ && j >=0); + && (j < width_i_ && j >=0); }