mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
man: notcurses_error fix up syntax
This commit is contained in:
parent
cc3debf259
commit
78da4e67ad
@ -16,6 +16,7 @@ typedef enum {
|
|||||||
NCERR_NOMEM = ENOMEM,
|
NCERR_NOMEM = ENOMEM,
|
||||||
NCERR_EOF = 0x20464f45, // matches AVERROR_EOF
|
NCERR_EOF = 0x20464f45, // matches AVERROR_EOF
|
||||||
} nc_err_e;
|
} nc_err_e;
|
||||||
|
```
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user