commit 181d4d63c4b31082ac5113f7e55554bb3d0e24ed
parent b81cfcaf33b69766ac03cd2ed856866c0de758ec
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 27 Apr 2022 11:26:23 +0200
Minor fix for coding style issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shtr_isotope_metadata.c b/src/shtr_isotope_metadata.c
@@ -431,7 +431,7 @@ load_stream
#define READ_LINE { \
res = txtrdr_read_line(txtrdr); \
if(res != RES_OK) { \
- log_err(shtr, "%s: error reading the line `%lu' -- %s.\n", \
+ log_err(shtr, "%s: error reading the line `%lu' -- %s.\n", \
name, (unsigned long)txtrdr_get_line_num(txtrdr), res_to_cstr(res)); \
goto error; \
} \