Rename patty_error_isset() to patty_error_set()
Rename patty_error_isset() to patty_error_set() in src/error.c (for now)
This commit is contained in:
parent
606237606d
commit
d1b507e81f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void patty_error_clear(patty_error *e) {
|
|||
e->state = PATTY_ERROR_OK;
|
||||
}
|
||||
|
||||
int patty_error_isset(patty_error *e) {
|
||||
int patty_error_set(patty_error *e) {
|
||||
return e->state == PATTY_ERROR_SET? 1: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue