From be16feaf94e03cf1a07251f466c7d57813a960b6 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 22 Jun 2011 13:32:05 +0000 Subject: [PATCH] extra 0 after endif --- src/util/crypto_rsa.c | 2 +- src/util/server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 67fd4a7ba..e0f56dea0 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -761,7 +761,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) /** * Encrypt a block with the public key of another host that uses the - * same cyper. + * same cipher. * * @param block the block to encrypt * @param size the size of block diff --git a/src/util/server.c b/src/util/server.c index b3af30e8e..b89dc4d91 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -682,7 +682,7 @@ GNUNET_SERVER_inject (struct GNUNET_SERVER_Handle *server, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Server schedules transmission of %u-byte message of type %u to client.\n", size, type); -#endif 0 +#endif pos = server->handlers; found = GNUNET_NO; while (pos != NULL) -- 2.25.1