From 790ebd5d94cbe7f188defdeb56d258d1e3adedda Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 27 Oct 1996 18:32:37 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@905 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_get_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/popper/pop_get_command.c b/appl/popper/pop_get_command.c index e4a2ca1ea..76cf9a6e2 100644 --- a/appl/popper/pop_get_command.c +++ b/appl/popper/pop_get_command.c @@ -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}}, };