Fix Efergy fprintf

This commit is contained in:
Christian W. Zuckschwerdt
2018-12-04 13:37:57 +01:00
parent d2ce4d01bc
commit 40d98b35c1

View File

@@ -76,7 +76,7 @@ static int efergy_optical_callback(r_device *decoder, bitbuffer_t *bitbuffer)
if (crc != csum1) {
if (decoder->verbose)
fprintf(stderr, "%s: CRC error.\n");
fprintf(stderr, "%s: CRC error.\n", __func__);
return 0;
}