Skip to content

Commit

Permalink
Use correct parameter name for delete_message
Browse files Browse the repository at this point in the history
  • Loading branch information
AtariDreams committed Sep 17, 2021
1 parent 9d1ae73 commit 14a3c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier/rss.c
Expand Up @@ -46,7 +46,7 @@ static char *rss_password; /* Password for remote RSS */
*/

static int compare_rss(_cups_rss_t *a, _cups_rss_t *b);
static void delete_message(_cups_rss_t *rss);
static void delete_message(_cups_rss_t *msg);
static void load_rss(cups_array_t *rss, const char *filename);
static _cups_rss_t *new_message(int sequence_number, char *subject,
char *text, char *link_url,
Expand Down

0 comments on commit 14a3c78

Please sign in to comment.