This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
small stylistic fix
main
arg@10ksloc.org
18 years ago
parent
99b126d0af
commit
8f698bd4cc
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
util.c
+ 2
- 1
util.c
View File
@ -30,7 +30,8 @@ emallocz(unsigned int size)
}
}
void
void
eprint
(
const
char
*
errstr
,
.
.
.
)
{
eprint
(
const
char
*
errstr
,
.
.
.
)
{
va_list
ap
;
va_list
ap
;
va_start
(
ap
,
errstr
)
;
va_start
(
ap
,
errstr
)
;
Write
Preview
Loading…
Cancel
Save