]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
typo
authorAndre <maan@p133.(none)>
Mon, 10 Apr 2006 23:31:45 +0000 (01:31 +0200)
committerAndre <maan@p133.(none)>
Mon, 10 Apr 2006 23:31:45 +0000 (01:31 +0200)
This was introduced in the previous patch.

command.c

index e820e41a5d1deefbdf6b40601e88e04c19c09a01..7df01083b717bf5276d8223af1c57ab4d11d976f 100644 (file)
--- 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)
 {
 /* 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++;
                return -E_COMMAND_SYNTAX;
        mmd_lock();
        mmd->events++;