From 67e055124dfbbb73b50f90cd1a1eb1be648d9379 Mon Sep 17 00:00:00 2001 From: pippijn Date: Thu, 14 Jun 2007 17:22:37 +0000 Subject: Some general syntax cleanups. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/ctables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ctables.h') diff --git a/include/ctables.h b/include/ctables.h index affef58d9..c3d2f7b43 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -29,7 +29,7 @@ enum CmdResult CMD_FAILURE = 0, /* Command exists, but failed */ CMD_SUCCESS = 1, /* Command exists, and succeeded */ CMD_INVALID = 2, /* Command doesnt exist at all! */ - CMD_USER_DELETED = 3, /* User was deleted! */ + CMD_USER_DELETED = 3 /* User was deleted! */ }; /* For commands which should not be replicated to other -- cgit v1.2.3