summaryrefslogtreecommitdiff
path: root/libcons
diff options
context:
space:
mode:
Diffstat (limited to 'libcons')
-rw-r--r--libcons/ChangeLog4
-rw-r--r--libcons/cons.h1
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
{