From 43a2529be0d09670005b91421199ed5ce0166aca Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Mon, 2 May 2011 15:54:05 -0500 Subject: [PATCH] fix docs for new output redirector --- src/wiiuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiiuse.c b/src/wiiuse.c index ad00f97..d80ae0b 100644 --- a/src/wiiuse.c +++ b/src/wiiuse.c @@ -60,7 +60,7 @@ const char* wiiuse_version() { FILE* logtarget[4]; /** - * @brief Initialize an array of wiimote structures. + * @brief Specify an alternate FILE stream for a log level. * * @param loglevel The loglevel, for which the output should be set. *