summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/print.c b/riscos/print.c
index 1d9ed3e43..829029eda 100644
--- a/riscos/print.c
+++ b/riscos/print.c
@@ -308,7 +308,7 @@ void print_update_sheets_shaded_state(bool on)
/**
* Send a message_PRINT_SAVE
*
- * \param c content to print
+ * \param h handle to content to print.
*/
void print_send_printsave(hlcache_handle *h)
@@ -799,7 +799,7 @@ error:
/**
* Declare fonts to the printer driver.
*
- * \param c content being printed
+ * \param h handle to content being printed
* \return 0 on success, error message on error
*/