From 438e798b34c7ef7c52455247cb5361eab728fe76 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 15 Mar 2021 18:47:03 -0400 Subject: correct a prototype Signed-off-by: Thomas E. Dickey --- man/Xcursor.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/Xcursor.man b/man/Xcursor.man index 137862c..6334a17 100644 --- a/man/Xcursor.man +++ b/man/Xcursor.man @@ -329,7 +329,7 @@ XcursorImages *XcursorFilenameLoadImages ( const char *filename, int size) .NS -XcursorImages *XcursorFilenameLoadAllImages (FILE *file) +XcursorImages *XcursorFilenameLoadAllImages (const char *file) .NS XcursorBool XcursorFilenameLoad ( const char *file, -- cgit v1.2.1