Whoops, missed these.

This commit is contained in:
Brian Koropoff 2003-01-28 22:37:34 +00:00
parent 979ee7b2f8
commit 1668dd5c1a
2 changed files with 2 additions and 2 deletions

View file

@ -864,7 +864,7 @@ Key_Init (cbuf_t *cb)
"RECOGNIZED key-press. If the key pressed produces no "
"output, " PROGRAM " does not recognise that key.");
GIB_Builtin_Add ("bind::get", Key_GIB_Bind_Get_f, GIB_BUILTIN_NORMAL);
GIB_Builtin_Add ("bind::get", Key_GIB_Bind_Get_f);
}

View file

@ -423,7 +423,7 @@ Locs_Init (void)
{
Cmd_AddCommand ("loc", locs_loc, "Location marker editing commands: 'loc "
"help' for more");
GIB_Builtin_Add ("loc::get", Locs_Loc_Get, GIB_BUILTIN_NORMAL);
GIB_Builtin_Add ("loc::get", Locs_Loc_Get);
}
static const char *