From 68c418757c730233c63efcc3a5731b90f63238f3 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 11 Apr 2006 01:31:45 +0200 Subject: [PATCH] typo This was introduced in the previous patch. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.30.2