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