From: Nathan S. Evans Date: Wed, 22 Jun 2011 13:32:05 +0000 (+0000) Subject: extra 0 after endif X-Git-Tag: initial-import-from-subversion-38251~18057 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be16feaf94e03cf1a07251f466c7d57813a960b6;p=oweals%2Fgnunet.git extra 0 after endif --- 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)