提交 ffa64d6f authored 作者: Anthony Minessale's avatar Anthony Minessale

add new lib_dir to bottom of the struct

上级 27c236a0
...@@ -466,7 +466,6 @@ typedef struct { ...@@ -466,7 +466,6 @@ typedef struct {
struct switch_directories { struct switch_directories {
char *base_dir; char *base_dir;
char *mod_dir; char *mod_dir;
char *lib_dir;
char *conf_dir; char *conf_dir;
char *log_dir; char *log_dir;
char *run_dir; char *run_dir;
...@@ -478,6 +477,7 @@ struct switch_directories { ...@@ -478,6 +477,7 @@ struct switch_directories {
char *storage_dir; char *storage_dir;
char *recordings_dir; char *recordings_dir;
char *sounds_dir; char *sounds_dir;
char *lib_dir;
}; };
typedef struct switch_directories switch_directories; typedef struct switch_directories switch_directories;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论