[vlc-commits] URL test: remove trailing space
Jean-Baptiste Kempf
git at videolan.org
Wed Jan 28 00:49:16 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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);
}
More information about the vlc-commits
mailing list