diff options
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |