Skip to content

Commit

Permalink
fix liblight
Browse files Browse the repository at this point in the history
Change-Id: If2f2c0434d5ac73169a091b82742eabf743e359e
  • Loading branch information
KonstaT committed Jul 14, 2012
1 parent 93ef765 commit 8e6d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblights/lights.c
Expand Up @@ -234,7 +234,7 @@ static struct hw_module_methods_t lights_module_methods = {
};


const struct hw_module_t HAL_MODULE_INFO_SYM = {
struct hw_module_t HAL_MODULE_INFO_SYM = {
.tag = HARDWARE_MODULE_TAG,
.version_major = 1,
.version_minor = 0,
Expand Down

0 comments on commit 8e6d774

Please sign in to comment.