diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-04-29 11:23:44 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-04-29 11:24:00 +0200 |
| commit | 9fe77c6ff5f017bcd9169891d64700759df6b4ee (patch) | |
| tree | 55c1fb9db0d015ba1113e4ff1219bc0620b77dbf /src/Fl_Paged_Device.cxx | |
| parent | c1b2e030c51dbadff5bb1837fbadf2b20aed34c7 (diff) | |
Minor readability doc change.
Diffstat (limited to 'src/Fl_Paged_Device.cxx')
| -rw-r--r-- | src/Fl_Paged_Device.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Paged_Device.cxx b/src/Fl_Paged_Device.cxx index c3a6c7083..3d6f0b09c 100644 --- a/src/Fl_Paged_Device.cxx +++ b/src/Fl_Paged_Device.cxx @@ -31,7 +31,7 @@ \param[in] pagecount the total number of pages of the job (or 0 if you don't know the number of pages) \param[out] frompage if non-null, *frompage is set to the first page the user wants printed \param[out] topage if non-null, *topage is set to the last page the user wants printed - \param[out] perr_message if non-null and if the returned value is > 1, *perr_message is set to a string + \param[out] perr_message if non-null and if the returned value is ≥ 2, *perr_message is set to a string describing the error. That string can be delete[]'d after use. \return 0 if OK, 1 if user cancelled the job, ≥ 2 if any error. */ |
