summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-15 18:25:24 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-15 20:55:32 +0200
commit0005e46c86371dc90e6aa4c148987a3f992202f9 (patch)
tree120c42ccc703df0749e87d2d3d56c555b2280055 /libgphoto2
parentcac3862c5a00d948527c8767df6cb73bf7bd1167 (diff)
downloadlibgphoto2-0005e46c86371dc90e6aa4c148987a3f992202f9.tar.gz
fix doc copy-and-paste error for gp_message_codeset()
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/gphoto2-abilities-list.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgphoto2/gphoto2-abilities-list.c b/libgphoto2/gphoto2-abilities-list.c
index 34292bf10..a88861cb3 100644
--- a/libgphoto2/gphoto2-abilities-list.c
+++ b/libgphoto2/gphoto2-abilities-list.c
@@ -58,11 +58,9 @@ static int gp_abilities_list_sort (CameraAbilitiesList *);
* \brief Set the current character codeset libgphoto2 is operating in.
*
* Set the codeset for all messages returned by libgphoto2.
+ *
* \param codeset New codeset for the messages. For instance "utf-8".
* \return old codeset as returned from bind_textdomain_codeset().
- *
- * You would then call gp_abilities_list_load() in order to
- * populate it.
*/
const char*
gp_message_codeset (const char *codeset)