aboutsummaryrefslogtreecommitdiffstats
path: root/src/libred.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-05 17:24:39 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-05 17:24:39 +0100
commit091f3ea64076bb3318301fe3fef549bb49b0a14c (patch)
treeebc0a5f4182f19d6ff9df03bbdcac76027a2eaf5 /src/libred.h
parentadd libred_term_colour.3 (diff)
downloadlibred-091f3ea64076bb3318301fe3fef549bb49b0a14c.tar.gz
libred-091f3ea64076bb3318301fe3fef549bb49b0a14c.tar.bz2
libred-091f3ea64076bb3318301fe3fef549bb49b0a14c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--src/libred.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libred.h b/src/libred.h
index f7e5a5f..27b809d 100644
--- a/src/libred.h
+++ b/src/libred.h
@@ -160,9 +160,9 @@ void libred_term_colour(void);
* @param b Output parameter for the blue value.
* @return 0 on succeess, -1 on error.
*
- * @throws 0 The file did not have the expected size.
- * @throws EDOM The selected temperature is below 1000 K.
- * @throws Any error specified for pread(3).
+ * @throws EOVERFLOW The file did not have the expected size.
+ * @throws EDOM The selected temperature is below 1000 K.
+ * @throws Any error specified for pread(3).
*/
int libred_get_colour(long int, double*, double*, double*);