chiark / gitweb /
Remove support for auto-spawning VTs
[elogind.git] / src / basic / strv.c
index b6e6d505013619cd20e4daa929634d7b0eb58449..ea5e57acdb0430406f7d8c7b03652cbe207163c8 100644 (file)
@@ -713,7 +713,6 @@ char **strv_reverse(char **l) {
 
         return l;
 }
-#endif // 0
 
 char **strv_shell_escape(char **l, const char *bad) {
         char **s;
@@ -734,6 +733,7 @@ char **strv_shell_escape(char **l, const char *bad) {
 
         return l;
 }
+#endif // 0
 
 bool strv_fnmatch(char* const* patterns, const char *s, int flags) {
         char* const* p;