diff options
| author | 2024-08-24 14:33:04 +0200 | |
|---|---|---|
| committer | 2024-08-24 14:33:04 +0200 | |
| commit | e6483368d017d3c9e8918314e97446127a8dc3b1 (patch) | |
| tree | 84384e7c1e6f1e2769d8b6180cf0602b9b6771c2 /data.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-e6483368d017d3c9e8918314e97446127a8dc3b1.tar.gz penes-snac2-e6483368d017d3c9e8918314e97446127a8dc3b1.tar.xz penes-snac2-e6483368d017d3c9e8918314e97446127a8dc3b1.zip | |
Fixed typo.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -48,7 +48,7 @@ int srv_open(const char *basedir, int auto_upgrade) | |||
| 48 | cfg_file = xs_fmt("%s/server.json", basedir); | 48 | cfg_file = xs_fmt("%s/server.json", basedir); |
| 49 | 49 | ||
| 50 | if ((f = fopen(cfg_file, "r")) == NULL) | 50 | if ((f = fopen(cfg_file, "r")) == NULL) |
| 51 | error = xs_fmt("ERROR: cannot opening '%s'", cfg_file); | 51 | error = xs_fmt("ERROR: cannot open '%s'", cfg_file); |
| 52 | else { | 52 | else { |
| 53 | /* read full config file */ | 53 | /* read full config file */ |
| 54 | srv_config = xs_json_load(f); | 54 | srv_config = xs_json_load(f); |