This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
minor code-style: whitespace fixes
master
Hiltjo Posthuma
6 years ago
parent
0b507bb731
commit
7648697f71
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
st.c
+ 1
- 2
st.c
View File
@ -740,7 +740,6 @@ sigchld(int a)
exit
(
0
)
;
}
void
stty
(
char
*
*
args
)
{
@ -762,7 +761,7 @@ stty(char **args)
}
*
q
=
'
\0
'
;
if
(
system
(
cmd
)
!
=
0
)
perror
(
"
Couldn't call stty
"
)
;
perror
(
"
Couldn't call stty
"
)
;
}
int
Write
Preview
Loading…
Cancel
Save