Commit 9dd8eab9 authored by Rémi Duraffort's avatar Rémi Duraffort

module_cache_t: fix padding.

parent 8939e8f9
...@@ -68,8 +68,8 @@ struct module_cache_t ...@@ -68,8 +68,8 @@ struct module_cache_t
bool b_junk; bool b_junk;
/* Optional extra data */ /* Optional extra data */
module_t *p_module;
bool b_used; bool b_used;
module_t *p_module;
}; };
......
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