From a2f01d7c61631be9db4bcc22ea6e814a6b558265 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 11 Sep 2020 17:54:52 -0400 Subject: [PATCH] typo --- afsk/telem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/telem.c b/afsk/telem.c index f4836c3a..28027200 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -271,8 +271,8 @@ int test_i2c_bus(char *bus) } else { printf("ERROR: %d bus has a problem \n Check software to see if enabled \n", bus); - result = -1 + result = -1; } - } + } return(result); }