---
scribo/ChangeLog | 4 ++++
scribo/tests/layout/xy_cut.cc | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 90de65c..dd1f32c 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-14 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * tests/layout/xy_cut.cc: Remove useless arguments in main().
+
2013-04-26 Guillaume Lazzara <z(a)lrde.epita.fr>
* scribo/binarization/sauvola_ms_split.hh: Make use of all arguments.
diff --git a/scribo/tests/layout/xy_cut.cc b/scribo/tests/layout/xy_cut.cc
index 3601d64..55e3cc1 100644
--- a/scribo/tests/layout/xy_cut.cc
+++ b/scribo/tests/layout/xy_cut.cc
@@ -34,7 +34,7 @@
using namespace mln;
-int main(int argc, char** argv)
+int main()
{
image2d<bool> input;
--
1.7.2.5
Show replies by date