Commit 58efd8e54719e59ec92ebedc9ecb3e6001dc7f6a

Philipp Wiesemann 2015-06-16T20:27:01

Fixed comment in test program.

1
2
3
4
5
6
7
8
9
10
diff --git a/test/testresample.c b/test/testresample.c
index 0839b2b..c21e660 100644
--- a/test/testresample.c
+++ b/test/testresample.c
@@ -115,4 +115,4 @@ main(int argc, char **argv)
     return 0;
 }                               /* main */
 
-/* end of resample_test.c ... */
+/* end of testresample.c ... */