X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mood.c;h=54d7b85fa411ef65031d716b6a6d8bb7818b9720;hb=ae183bb0cf15903c4d6bf72d0c814ced9f1b261d;hp=315ef0cbdc61b7de1a3bbbd8f8683d7ab81d9c81;hpb=b59e841036a107b52a0221e48d7e05f86da92979;p=paraslash.git diff --git a/mood.c b/mood.c index 315ef0cb..54d7b85f 100644 --- a/mood.c +++ b/mood.c @@ -84,12 +84,11 @@ struct mood { */ static struct mood *current_mood; -/** +/* * Rough approximation to sqrt. * - * \param x Integer of which to calculate the sqrt. - * - * \return An integer res with res * res <= x. + * It returns an integer res with res * res <= x. Taken 2007 from the linux + * source tree. */ __a_const static uint64_t int_sqrt(uint64_t x) {