Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 27, 2023
1 parent 564aace commit 3b03b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pappl/system-loadsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Local functions...
//

static size_t add_time(const char *name, time_t value, size_t num_options, cups_option_t **options);
static size_t add_time(const char *name, time_t value, size_t num_options, cups_option_t **options);
static void parse_contact(char *value, pappl_contact_t *contact);
static void parse_media_col(char *value, pappl_media_col_t *media);
static char *read_line(cups_file_t *fp, char *line, size_t linesize, char **value, int *linenum);
Expand Down

0 comments on commit 3b03b61

Please sign in to comment.