From 922c74c8263238a5881cf7358ffb5fd399c28d80 Mon Sep 17 00:00:00 2001 From: ghollingworth Date: Wed, 16 Apr 2014 15:53:11 +0100 Subject: [PATCH] Oops... Forgot closing brace! --- main.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/main.c b/main.c index d0f968b..8a7cc50 100755 --- a/main.c +++ b/main.c @@ -171,6 +171,7 @@ int main(int argc, char *argv[]) printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n"); exit(0); } + } else printf("Failed : 0x%x", retcode); -- libgit2 0.21.4