diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-15 18:47:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-17 19:09:30 -0400 |
commit | 438e798b34c7ef7c52455247cb5361eab728fe76 (patch) | |
tree | e7caed820272ab5abf28ec7d493db764c837b660 | |
parent | a383f6cc5d64715012e7c53c70a624c303103d4d (diff) |
correct a prototype
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r-- | man/Xcursor.man | 2 |
1 files changed, 1 insertions, 1 deletions
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, |