Typo, hmm should be int
This commit is contained in:
parent
4ff1113ac8
commit
6e32445c87
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ hts_settings_save(htsmsg_t *record, const char *pathfmt, ...)
|
|||
htsbuf_queue_t hq;
|
||||
htsbuf_data_t *hd;
|
||||
char *n;
|
||||
char ok;
|
||||
int ok;
|
||||
|
||||
if(settingspath == NULL)
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue