From: Andre Date: Mon, 10 Apr 2006 23:31:45 +0000 (+0200) Subject: typo X-Git-Tag: v0.2.12~101 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=68c418757c730233c63efcc3a5731b90f63238f3;hp=69f0930489da9ace5af8aee104ad21d188aed387;p=paraslash.git typo This was introduced in the previous patch. --- diff --git a/command.c b/command.c index e820e41a..7df01083 100644 --- a/command.c +++ b/command.c @@ -875,7 +875,7 @@ static int com_chs(int fd, int argc, char **argv) /* next */ static int com_next(__unused int socket_fd, int argc, __unused char **argv) { - if (argc =! 1) + if (argc != 1) return -E_COMMAND_SYNTAX; mmd_lock(); mmd->events++;