vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Jan 28 00:45:02 2015 +0100| [0e740904d2c1f2150c4754d6a8be5bd693df0eec] | committer: Jean-Baptiste Kempf
URL test: remove trailing space > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e740904d2c1f2150c4754d6a8be5bd693df0eec --- src/test/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/url.c b/src/test/url.c index 6c26383..5fc01e6 100644 --- a/src/test/url.c +++ b/src/test/url.c @@ -83,7 +83,7 @@ static inline void test_current_directory_path (const char *in, const char *cwd, char * expected_result = NULL; int val = asprintf(&expected_result, "file://%s/%s", cwd, out); assert (val != -1); - + test (make_URI_def, in, expected_result); } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
