debug: loglevel ought be ncloglevel_e

This commit is contained in:
nick black 2023-01-19 22:31:25 -05:00
parent 2c7a2efb9e
commit 90135203e8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,6 +1,6 @@
#include "internal.h"
int loglevel = NCLOGLEVEL_SILENT;
ncloglevel_e loglevel = NCLOGLEVEL_SILENT;
void notcurses_debug(const notcurses* nc, FILE* debugfp){
fbuf f;