Skip to content

Commit

Permalink
Merge pull request #153 from qianglingjie/qianglingjie-patch-missing-…
Browse files Browse the repository at this point in the history
…space

Fix a non-standard function declaration.
  • Loading branch information
okbob authored Nov 18, 2021
2 parents 300c525 + 60934f6 commit 654d915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern LWLockId shmem_lockid;
#define TDAYS (1000*24*3600)

static void unregister_event(int event_id, int sid);
static char*find_and_remove_message_item(int message_id, int sid,
static char* find_and_remove_message_item(int message_id, int sid,
bool all, bool remove_all,
bool filter_message,
int *sleep, char **event_name);
Expand Down

0 comments on commit 654d915

Please sign in to comment.