aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decoding
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-12-13 11:39:53 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-12-13 11:39:53 +0100
commit5ad7d630a549c14f886fa3e793124ac381d3be13 (patch)
tree9a8b95b2276347a9649f8ca61ee4ca3257137800 /lib/decoding
parent2e5b7fb1c64ebb624e2df51d0734fa14e6d6dc27 (diff)
Added return value to fire_crc (by Matin Hauke)
Diffstat (limited to 'lib/decoding')
-rw-r--r--lib/decoding/fire_crc.c1
1 files changed, 1 insertions, 0 deletions
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