mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
typo
This commit is contained in:
parent
54e8bb1575
commit
c1100645be
@ -41,7 +41,7 @@ int parse_config(struct dddvb *dd, char *name, char *sec,
|
|||||||
memcpy(fname + config_len, "dddvb.conf", 11);
|
memcpy(fname + config_len, "dddvb.conf", 11);
|
||||||
|
|
||||||
if ((f = fopen (fname, "r")) == NULL) {
|
if ((f = fopen (fname, "r")) == NULL) {
|
||||||
printf("config fiile %s not found\n", fname);
|
printf("config file %s not found\n", fname);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user