add explanatory comment
[ardour.git] / foo.cc
diff --git a/foo.cc b/foo.cc
index d12a1b28382319805459eb4447658e4e51ebbe0c..3c2b0b8a5f791f137f91061bbb7d76c6d2d59758 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,6 +1,6 @@
 namespace {
 int main () {
        int i;
-       return 2 + 24 -15 ;
+       return 2 + 24 -1 ;
 }
 }