mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 07:25:58 +01:00
core/main: Add static qualifier to internal func
This commit is contained in:
parent
a105e0e363
commit
05f44e7a7d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ enum event_loop_fd {
|
||||||
|
|
||||||
static const char service_name[] = "org.freedesktop.impl.portal.desktop.wlr";
|
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 =
|
static const char* usage =
|
||||||
"Usage: xdg-desktop-portal-wlr [options]\n"
|
"Usage: xdg-desktop-portal-wlr [options]\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in a new issue