Private
Public Access
2
0

aio: fix spacing

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-05-21 12:58:55 +01:00
parent 29ec5b1ac4
commit 546157a9ab

View File

@@ -64,7 +64,7 @@ maa_aio_context maa_aio_init(unsigned int aio_channel)
switch(checked_pin) { switch(checked_pin) {
case -1: case -1:
fprintf(stderr, "Invalid analog input channel %d specified\n", fprintf(stderr, "Invalid analog input channel %d specified\n",
aio_channel); aio_channel);
return NULL; return NULL;
case -2: case -2:
fprintf(stderr, "Failed to set-up analog input channel %d " fprintf(stderr, "Failed to set-up analog input channel %d "