Skip to content

Commit f8679ac

Browse files
author
Mikachu2333
committed
fix endif
1 parent 6da3149 commit f8679ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/xy.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,6 @@ xy_dir_exist (const char *path)
904904
return exists;
905905
}
906906

907-
#endif
908-
909907
/******************************************************
910908
* Path Operations
911909
******************************************************/
@@ -1166,4 +1164,6 @@ xy_path_ensure_trailing_slash (const char *path)
11661164
char *result = xy_2strjoin (normalized, "/");
11671165
free (normalized);
11681166
return result;
1169-
}
1167+
}
1168+
1169+
#endif

0 commit comments

Comments
 (0)