r8900: fix typo thyat broke compile in my last commit
authorGerald Carter <jerry@samba.org>
Mon, 1 Aug 2005 21:04:24 +0000 (21:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:19 +0000 (11:00 -0500)
(This used to be commit 0b9faafe402137f28f99ceb5a2e6f930d2136224)

source3/rpcclient/cmd_spoolss.c

index abf5bad6d512eb47be8e1568a8eb308d837f9534..7591053f546a0281f31c7d622220662bb719d270 100644 (file)
@@ -2201,7 +2201,7 @@ static WERROR cmd_spoolss_enum_data_ex( struct cli_state *cli,
        uint32 i;
        BOOL got_hnd = False;
        pstring printername;
-       fstring servername, user
+       fstring servername, user;
        const char *keyname = NULL;
        POLICY_HND hnd;
        REGVAL_CTR ctr;