From 0e8d7b98f0666801ab65f630c69941ff635c0cee Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Sat, 23 Jan 2016 00:01:16 +0100 Subject: [PATCH] Update news.h --- libctru/include/3ds/services/news.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/news.h b/libctru/include/3ds/services/news.h index d6986da..8a68c29 100644 --- a/libctru/include/3ds/services/news.h +++ b/libctru/include/3ds/services/news.h @@ -65,7 +65,7 @@ Result NEWS_GetNotificationMessage(u32 news_id, u16* message); /** * @brief Gets the image of a specific notification. * @param news_id Identification number of the notification. - * @param message Pointer where MPO image of the notification will be saved. + * @param buffer Pointer where MPO image of the notification will be saved. * @param size Pointer where size of the image data will be saved in bytes. */ Result NEWS_GetNotificationImage(u32 id, u8* buffer, u32* size);