diff options
Diffstat (limited to 'vmod.c')
-rw-r--r-- | vmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ HandleVModDef(VModDef * stmt, unsigned mergeMode, VModInfo * info) * @return True on success, False otherwise. If False is returned, val_rtrn is * undefined. */ -int +static int LookupVModIndex(XPointer priv, Atom elem, Atom field, unsigned type, ExprResult * val_rtrn) { |