1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 22:06:44 +02:00

add a .travis file and some build fixes

This commit is contained in:
jfreegman
2018-02-26 02:34:38 -05:00
parent 2710ab6034
commit 221edb0012
6 changed files with 36 additions and 5 deletions

View File

@ -23,7 +23,6 @@
#ifdef PYTHON
#include <Python.h>
#include "api.h"
#endif /* PYTHON */
#include "execute.h"
@ -345,3 +344,4 @@ void python_draw_handler_help(WINDOW *win)
wprintw(win, " %-29s: %.50s\n", cur->name, cur->help);
}
}
#endif /* PYTHON */