Skip to content

Commit

Permalink
shortening variable names in struct ConfigFileOverride
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Aurich committed Jan 14, 2025
1 parent b836424 commit f36ae9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ typedef enum {
} RContextConfigMode;

typedef struct {
gchar *override_section;
gchar *override_name;
gchar *override_value;
gchar *section;
gchar *name;
gchar *value;
} ConfigFileOverride;

typedef struct {
Expand Down

0 comments on commit f36ae9d

Please sign in to comment.