OpenSystemsDevelopment
/
usbboot
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
08e4ed82441d8d443b887fae4504f9f494d934f3
Authored by
Andrew Scheller
2014-07-12 10:27:36 +0100
Committed by
Gordon Hollingworth
2016-10-03 15:28:46 +0100
1 parent
922c74c8
Fix typo
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.c
main.c
View file @
08e4ed8
...
...
@@ -165,7 +165,7 @@ int main(int argc, char *argv[])
165
165
166
166
if (retcode == 0)
167
167
{
168
- printf("Successful
l
\n");
168
+ printf("Successful
\n");
169
169
if(fp==fp2)
170
170
{
171
171
printf("Raspberry Pi is now a mass storage device, use lsblk to find it\n");
...
...