diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -155,5 +155,4 @@ typedef struct Ted { char error_shown[512]; // error display in box on screen } Ted; -// forward declarations void command_execute(Ted *ted, Command c, i64 argument); |