From 40d98b35c19c592109ed949549552a25204c3bc3 Mon Sep 17 00:00:00 2001 From: "Christian W. Zuckschwerdt" Date: Tue, 4 Dec 2018 13:37:57 +0100 Subject: [PATCH] Fix Efergy fprintf --- src/devices/efergy_optical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/efergy_optical.c b/src/devices/efergy_optical.c index dd911a0d..27b3f895 100644 --- a/src/devices/efergy_optical.c +++ b/src/devices/efergy_optical.c @@ -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; }