1 parent 6da3149 commit f8679acCopy full SHA for f8679ac
1 file changed
lib/xy.h
@@ -904,8 +904,6 @@ xy_dir_exist (const char *path)
904
return exists;
905
}
906
907
-#endif
908
-
909
/******************************************************
910
* Path Operations
911
******************************************************/
@@ -1166,4 +1164,6 @@ xy_path_ensure_trailing_slash (const char *path)
1166
1164
char *result = xy_2strjoin (normalized, "/");
1167
1165
free (normalized);
1168
return result;
1169
-}
+}
+
+#endif
0 commit comments