summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eve/eve_text.c
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-02-26 03:44:41 +0100
committerUros Majstorovic <majstor@majstor.org>2020-02-26 03:44:41 +0100
commit2079587f0282603170a465e78b8074117fcb8c41 (patch)
tree8200f2cdc5c5777f7678dc77f0d179edc3a9ed13 /code/fe310/eos/eve/eve_text.c
parentc65d6a08e7f6e48769697f9b7dd08c4933a36eff (diff)
portable eve
Diffstat (limited to 'code/fe310/eos/eve/eve_text.c')
-rw-r--r--code/fe310/eos/eve/eve_text.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/code/fe310/eos/eve/eve_text.c b/code/fe310/eos/eve/eve_text.c
index 9470530..275f334 100644
--- a/code/fe310/eos/eve/eve_text.c
+++ b/code/fe310/eos/eve/eve_text.c
@@ -1,4 +1,3 @@
-#include "eos.h"
#include "eve.h"
#include "eve_text.h"
@@ -110,7 +109,7 @@ int eve_text_putc(EVEText *box, int c) {
if ((line_c != line_n) && (LINE_IDX_DIFF(line_n, box->line0, box->line_size) == box->h)) scroll1(box);
break;
}
- return EOS_OK;
+ return EVE_OK;
}
void eve_text_update(EVEText *box) {