Skip to content

Commit

Permalink
Add missing static
Browse files Browse the repository at this point in the history
No functional change intended.

(cherry picked from commit 721c34f)
  • Loading branch information
DemiMarie authored and marmarek committed May 12, 2023
1 parent 7a3aa3f commit ff36122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/qrexec-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ _Noreturn void handle_vchan_error(const char *op)
exit(1);
}

int my_sd_notify(int unset_environment, const char *state) {
static int my_sd_notify(int unset_environment, const char *state) {
struct sockaddr_un addr;
int fd;
int ret = -1;
Expand Down

0 comments on commit ff36122

Please sign in to comment.