]> git.sesse.net Git - vlc/blobdiff - test/native/url.c
Some initial work for streaming profiles
[vlc] / test / native / url.c
index 8fb65fc5f7b12fdbadb18e3f8acb2e1dd7a52735..2abfb0021f67ee9173f911dc2d74495306f35c02 100644 (file)
@@ -23,7 +23,7 @@
 #include <vlc/vlc.h>
 #include "vlc_url.h"
 
- PyObject * test_decode (const char *in, const char *out)
+PyObject * test_decode (const char *in, const char *out)
 {
     char *res;
 
@@ -39,8 +39,9 @@
     return Py_None;
 }
 
- PyObject *url_decode_test( PyObject *self, PyObject *args )
+PyObject *url_decode_test( PyObject *self, PyObject *args )
 {
+    printf( "\n" );
     (void)setvbuf (stdout, NULL, _IONBF, 0);
     if( !test_decode ("this_should_not_be_modified_1234",
                      "this_should_not_be_modified_1234") ) return NULL;