mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-15 19:37:25 +02:00
Closes: https://bugs.gentoo.org/944264 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/41800 Closes: https://github.com/gentoo/gentoo/pull/41800 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
268 B
Diff
13 lines
268 B
Diff
https://bugs.gentoo.org/944264
|
|
|
|
--- a/src/config_utils.c
|
|
+++ b/src/config_utils.c
|
|
@@ -29,7 +29,7 @@
|
|
#include "config_utils.h"
|
|
|
|
static void
|
|
-usage ()
|
|
+usage (char* a)
|
|
{
|
|
g_printerr (_
|
|
("maitretarot [-h | -- help] [-v | --version] [-p port] [-c filename]\n"));
|