summaryrefslogtreecommitdiff
path: root/amiga/font_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/font_scan.c')
-rw-r--r--amiga/font_scan.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/amiga/font_scan.c b/amiga/font_scan.c
index 688347d8c..33a9c54aa 100644
--- a/amiga/font_scan.c
+++ b/amiga/font_scan.c
@@ -181,7 +181,7 @@ void ami_font_scan_gui_update(struct ami_font_scan_window *fsw, const char *font
/**
* Close GUI showing font scanning progress
*
- * \param win pointer to a struct ami_font_scan_window
+ * \param fsw pointer to a struct ami_font_scan_window
*/
void ami_font_scan_gui_close(struct ami_font_scan_window *fsw)
{
@@ -240,7 +240,9 @@ ULONG ami_font_scan_font(const char *fontname, lwc_string **glypharray)
/**
* Scan all fonts for glyphs.
*
- * \param glypharray an array of 0xffff lwc_string pointers
+ * \param list min list
+ * \param win scan window
+ * \param glypharray an array of 0xffff lwc_string pointers
* \return number of glyphs found
*/
ULONG ami_font_scan_fonts(struct MinList *list,