summaryrefslogtreecommitdiff
path: root/src/dged/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/display.h')
-rw-r--r--src/dged/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dged/display.h b/src/dged/display.h
index 0fda30d..f9c7ef8 100644
--- a/src/dged/display.h
+++ b/src/dged/display.h
@@ -238,7 +238,7 @@ void command_list_draw_text_copy(struct command_list *list, uint32_t col,
* @param nrepeat Number of times to repeat byte.
*/
void command_list_draw_repeated(struct command_list *list, uint32_t col,
- uint32_t row, int32_t c, uint32_t nrepeat);
+ uint32_t row, uint32_t c, uint32_t nrepeat);
void command_list_draw_command_list(struct command_list *list,
struct command_list *to_draw);