diff --git a/src/nhlsel.c b/src/nhlsel.c index 9a874efb4..15ab6e539 100644 --- a/src/nhlsel.c +++ b/src/nhlsel.c @@ -575,7 +575,7 @@ lua_State *L; { int argc = lua_gettop(L); struct selectionvar *sel = (struct selectionvar *) 0; - struct mapfragment *mf; + struct mapfragment *mf = (struct mapfragment *) 0; int x, y; if (argc == 1) {