summaryrefslogtreecommitdiff
path: root/methods/copy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/copy.cc')
-rw-r--r--methods/copy.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/copy.cc b/methods/copy.cc
index 40f8f85ec..f542a27c0 100644
--- a/methods/copy.cc
+++ b/methods/copy.cc
@@ -116,5 +116,6 @@ int main()
setlocale(LC_ALL, "");
CopyMethod Mth;
+
return Mth.Run();
}