From b629594155fbe6caf0cc94b4bd1b524180086c27 Mon Sep 17 00:00:00 2001 From: XorTroll Date: Thu, 16 Apr 2020 18:56:06 +0200 Subject: [PATCH] Remove wrong comment --- nx/include/switch/services/mii.h | 1 - 1 file changed, 1 deletion(-) diff --git a/nx/include/switch/services/mii.h b/nx/include/switch/services/mii.h index 0b74fbcf..5058758b 100644 --- a/nx/include/switch/services/mii.h +++ b/nx/include/switch/services/mii.h @@ -140,7 +140,6 @@ Result miiDatabaseIsUpdated(MiiDatabase *db, bool *out_updated, MiiSourceFlag fl /** * @brief Returns whether the mii database is full. * @param[in] db Database. - * @param[in] flag Source flag. * @param[out] out_full Whether the mii database is updated. */ Result miiDatabaseIsFull(MiiDatabase *db, bool *out_full);