git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@905 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-27 18:32:37 +00:00
parent b7c7d25320
commit 790ebd5d94

View File

@@ -36,7 +36,7 @@ static state_table states[] = {
{trans, "quit", 0, 0, pop_updt, {halt, halt}},
{trans, "help", 0, 0, pop_help, {trans, trans}},
#ifdef UIDL
{trans, "uidl", 0, 1, pop_uidl, {trans, trans},}
{trans, "uidl", 0, 1, pop_uidl, {trans, trans}},
#endif
{(state) 0, NULL, 0, 0, NULL, {halt, halt}},
};