diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-08-16 18:06:23 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-08-16 18:06:23 +0000 |
commit | e6e4498d2adf8009218d6ed5bf2dc437fc981983 (patch) | |
tree | 8eb5d7ff0d72fe8ea17e1861b3efc3dfea16cf43 | |
parent | 1ee1295c23c6a62b957a8a593639460b592b9b64 (diff) |
2003-08-16 Marco Gerards <metgerards@student.han.nl>
* cons.h (cons_vcons_set_dimension): Fix typo.
-rw-r--r-- | libcons/ChangeLog | 4 | ||||
-rw-r--r-- | libcons/cons.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libcons/ChangeLog b/libcons/ChangeLog index 21d5bab1..3640c2b8 100644 --- a/libcons/ChangeLog +++ b/libcons/ChangeLog @@ -1,3 +1,7 @@ +2003-08-16 Marco Gerards <metgerards@student.han.nl> + + * cons.h (cons_vcons_set_dimension): Fix typo. + 2003-08-11 Marco Gerards <metgerards@student.han.nl> * cons.h (cons_vcons_set_dimension): New prototype. diff --git a/libcons/cons.h b/libcons/cons.h index a162f010..54868507 100644 --- a/libcons/cons.h +++ b/libcons/cons.h @@ -237,7 +237,6 @@ error_t cons_vcons_input (vcons_t vcons, char *buf, size_t size); cons_vcons_write that covers the whole new screen matrix. */ error_t cons_vcons_set_dimension (vcons_t vcons, uint32_t col, uint32_t row); -); typedef enum { |