Skip to content

Commit

Permalink
Add missing ‘static’
Browse files Browse the repository at this point in the history
  • Loading branch information
Mango0x45 committed Jun 9, 2024
1 parent 3f49013 commit b33ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ enum pkg_config_flags {
PC_STATIC = 1 << 3,
};

void cbsinit(int, char **);
static void cbsinit(int, char **);
static void rebuild(const char *); /* Always call via macro wrapper */
#define rebuild() rebuild(__FILE__)

Expand Down

0 comments on commit b33ea7c

Please sign in to comment.