1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
This commit is contained in:
none 2020-08-03 17:47:19 +02:00
parent 54e8bb1575
commit c1100645be

View File

@ -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;
} }