Commit 922c74c8263238a5881cf7358ffb5fd399c28d80

Authored by ghollingworth
Committed by Gordon Hollingworth
1 parent a2374b36

Oops... Forgot closing brace!

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -171,6 +171,7 @@ int main(int argc, char *argv[])
171 171 printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n");
172 172 exit(0);
173 173 }
  174 + }
174 175 else
175 176 printf("Failed : 0x%x", retcode);
176 177  
... ...