diff options
Diffstat (limited to 'LibC/termcap.cpp')
-rw-r--r-- | LibC/termcap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/termcap.cpp b/LibC/termcap.cpp index d422d47697..5c8e9ce0a8 100644 --- a/LibC/termcap.cpp +++ b/LibC/termcap.cpp @@ -108,6 +108,7 @@ char* tgoto(const char* cap, int col, int row) int tputs(const char* str, int affcnt, int (*putc)(int)) { printf("%s", str); + return 0; } } |