man: notcurses_error fix up syntax

This commit is contained in:
nick black 2020-04-24 03:19:29 -04:00 committed by Nick Black
parent cc3debf259
commit 78da4e67ad

View File

@ -16,6 +16,7 @@ typedef enum {
NCERR_NOMEM = ENOMEM,
NCERR_EOF = 0x20464f45, // matches AVERROR_EOF
} nc_err_e;
```
# DESCRIPTION