summaryrefslogtreecommitdiff
path: root/xprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'xprop.c')
-rw-r--r--xprop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xprop.c b/xprop.c
index 7c2bb36..7aa543f 100644
--- a/xprop.c
+++ b/xprop.c
@@ -1814,7 +1814,7 @@ Set_Property (Display *dpy, Window w, const char *propname, const char *value)
*
*/
-void
+static void
print_help (void)
{
static const char *help_message =
@@ -1845,7 +1845,7 @@ print_help (void)
fprintf (stderr, "%s\n", help_message);
}
-void _X_NORETURN _X_COLD
+static inline void _X_NORETURN _X_COLD
help (void)
{
print_help();