This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
st: use `void' to indicate an empty parameter list
master
Tom Schwindl
3 years ago
committed by
Hiltjo Posthuma
parent
baa9357e96
commit
72fd32736a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -939,7 +939,7 @@ ttyresize(int tw, int th)
}
void
ttyhangup
(
)
ttyhangup
(
void
)
{
/* Send SIGHUP to shell */
kill
(
pid
,
SIGHUP
)
;
Write
Preview
Loading…
Cancel
Save