Commit 922c74c8263238a5881cf7358ffb5fd399c28d80
Committed by
Gordon Hollingworth
1 parent
a2374b36
Oops... Forgot closing brace!
Showing
1 changed file
with
1 additions
and
0 deletions
main.c
| @@ -171,6 +171,7 @@ int main(int argc, char *argv[]) | @@ -171,6 +171,7 @@ int main(int argc, char *argv[]) | ||
| 171 | printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n"); | 171 | printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n"); |
| 172 | exit(0); | 172 | exit(0); |
| 173 | } | 173 | } |
| 174 | + } | ||
| 174 | else | 175 | else |
| 175 | printf("Failed : 0x%x", retcode); | 176 | printf("Failed : 0x%x", retcode); |
| 176 | 177 |