mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 11:17:37 +01:00
Fix syntax error
This commit is contained in:
parent
31461c563a
commit
a84fcb45ef
@ -24,13 +24,13 @@
|
|||||||
static char *__progname = NULL;
|
static char *__progname = NULL;
|
||||||
|
|
||||||
char *
|
char *
|
||||||
getprogname ();
|
getprogname ()
|
||||||
{
|
{
|
||||||
return __progname;
|
return __progname;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
setprogname (char *new);
|
setprogname (char *new)
|
||||||
{
|
{
|
||||||
__progname = new;
|
__progname = new;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user