From 4fee4c30eff9c8c0c1eeef2a60ec22fedfaf3826 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 11 Feb 2008 20:33:50 +0100 Subject: [PATCH] user_list: Fix doxygen \param. --- user_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_list.c b/user_list.c index e13d8bb7..0748ef62 100644 --- a/user_list.c +++ b/user_list.c @@ -113,7 +113,7 @@ void init_user_list(char *user_list_file) /** * Lookup a user in the user list. * - * \param The name of the user. + * \param name The name of the user. * * \return A pointer to the corresponding user struct if the user was found, \p * NULL otherwise. -- 2.39.2