From a626d1d040e8924950d738f5f096e3ad1cd727d9 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 4 Feb 2000 19:15:53 +0000 Subject: [PATCH] fixed small typo --- libgimp/gimpexport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimp/gimpexport.c b/libgimp/gimpexport.c index e16d9234ce..81cc5019dd 100644 --- a/libgimp/gimpexport.c +++ b/libgimp/gimpexport.c @@ -399,7 +399,7 @@ export_dialog (GSList *actions, * user chooses Cancel, EXPORT_CANCEL is returned and the * save_plugin should quit itself with status #STATUS_CANCEL. * - * Returns: An enum of #GimpExportType describing the user_action. + * Returns: An enum of #GimpExportReturnType describing the user_action. */ GimpExportReturnType gimp_export_image (gint32 *image_ID,