Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)
authorTim Potter <tpot@samba.org>
Mon, 27 Oct 2003 23:42:38 +0000 (23:42 +0000)
committerTim Potter <tpot@samba.org>
Mon, 27 Oct 2003 23:42:38 +0000 (23:42 +0000)
(This used to be commit 65a4c2aa0af4572ef7da0f7907ee144faba39031)

source3/rpcclient/rpcclient.h

index 1db4246d370b92b3bdd11897abcff996217a9bcd..e1e61dc43d555223002d70b1038524fd48c1f61c 100644 (file)
@@ -25,7 +25,7 @@
 typedef enum {
         RPC_RTYPE_NTSTATUS = 0,
         RPC_RTYPE_WERROR,
-        MAX_RPC_RETURN_TYPE,
+        MAX_RPC_RETURN_TYPE
 } RPC_RETURN_TYPE;
 
 struct cmd_set {