]> git.sesse.net Git - vlc/blobdiff - src/text/strings.c
Fix a bunch of errors in PO files (fuzzy file description, xgettext warnings and...
[vlc] / src / text / strings.c
index 48a7b5f70dc87510b66a55cbf6a826af603aed84..d49e8bb6e6ec62703e10361d23d0b4f0e6fb875c 100644 (file)
@@ -835,8 +835,10 @@ void filename_sanitize( char *str )
 void path_sanitize( char *str )
 {
 #if 0
-    Uncomment the two blocks to prevent /../ or /./, i'm not sure that we
-    want to.
+    /*
+     * Uncomment the two blocks to prevent /../ or /./, i'm not sure that we
+     * want to.
+     */
     char *prev = str - 1;
 #endif
     while( *str )