core/main: Add static qualifier to internal func

This commit is contained in:
Marian Buschsieweke 2020-05-26 12:53:33 +02:00 committed by Simon Ser
parent a105e0e363
commit 05f44e7a7d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ enum event_loop_fd {
static const char service_name[] = "org.freedesktop.impl.portal.desktop.wlr";
int xdpw_usage(FILE* stream, int rc) {
static int xdpw_usage(FILE* stream, int rc) {
static const char* usage =
"Usage: xdg-desktop-portal-wlr [options]\n"
"\n"