From 5ad7d630a549c14f886fa3e793124ac381d3be13 Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Sat, 13 Dec 2014 11:39:53 +0100 Subject: [PATCH] Added return value to fire_crc (by Matin Hauke) --- lib/decoding/fire_crc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/decoding/fire_crc.c b/lib/decoding/fire_crc.c index c9f0348..dff3ede 100644 --- a/lib/decoding/fire_crc.c +++ b/lib/decoding/fire_crc.c @@ -36,6 +36,7 @@ outit(int *data, int len) for (i = 0; i < len; i++) printf("%d ", data[i]); printf("\n"); + return 0; } int