This website works better with JavaScript.
Home
Help
Sign In
hms
/
aptdec
mirror of
https://github.com/Xerbo/aptdec
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Add missing newlines (
#2
)
Add missing newline to usage text.
tags/v1.8.0
Ossi Herrala
4 years ago
committed by
Liam
parent
94dccc74e5
commit
83094ab5ca
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
main.c
+ 2
- 2
main.c
View File
@@ -328,7 +328,7 @@ static void usage(void) {
" -s [15-19] Satellite number\n"
" -c <file> False color config file\n"
" -m <file> Map file\n"
" -r Realtime decode");
" -r Realtime decode
\n
");
exit(EINVAL);
}
}
Write
Preview
Loading…
Cancel
Save