summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Stitch.cxx')
-rw-r--r--src/Stitch.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index d749aff..6fd0d84 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -49,7 +49,7 @@ Stitch::load_image(char *file) {
}
}
-
+ return 0;
}
OutputImage*
@@ -138,4 +138,6 @@ Stitch::resample(int w, int h,
single_images[i]->done();
}
}
+
+ return 0;
}