Commit e72368e0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic fix

parent f66f01a1
...@@ -43,13 +43,13 @@ struct module_bank_t ...@@ -43,13 +43,13 @@ struct module_bank_t
int i_usage; int i_usage;
bool b_builtins; bool b_builtins;
bool b_plugins; bool b_plugins;
/* Plugins cache */ /* Plugins cache */
bool b_cache; bool b_cache;
bool b_cache_dirty; bool b_cache_dirty;
bool b_cache_delete; bool b_cache_delete;
int i_cache; int i_cache;
module_cache_t **pp_cache; module_cache_t **pp_cache;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment