From 6abcbda8fbbca031248a4ca1aaa92b668f140aa0 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 6 Dec 1996 00:00:56 +0000 Subject: [PATCH] lilypond-0.0.15 --- src/linespace.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linespace.cc b/src/linespace.cc index e8a767f9ee..fbab62449b 100644 --- a/src/linespace.cc +++ b/src/linespace.cc @@ -22,6 +22,7 @@ Spacing_problem::col_id(const PCol *w)const if (cols[i].pcol_ == w) return i; assert(false); + return -1; } void -- 2.39.5