elm_web: Fix warning (missing initializer)

This commit is contained in:
Jean-Philippe Andre 2016-04-06 16:24:33 +09:00
parent c19030b301
commit be41b5afb0
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ static Elm_Web_Module ewm = {
NULL,
NULL,
NULL,
NULL
};