[vlc-devel] commit: module_cache_t: fix padding. ( Rémi Duraffort )
git version control
git at videolan.org
Mon Dec 28 14:44:31 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Dec 22 16:06:37 2009 +0100| [9dd8eab907f57f7b2c1cfc4bda935c43a6579490] | committer: Rémi Duraffort
module_cache_t: fix padding.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9dd8eab907f57f7b2c1cfc4bda935c43a6579490
---
src/modules/modules.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/modules.h b/src/modules/modules.h
index 252abe5..e1dfa2e 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -68,8 +68,8 @@ struct module_cache_t
bool b_junk;
/* Optional extra data */
- module_t *p_module;
bool b_used;
+ module_t *p_module;
};
More information about the vlc-devel
mailing list