cleanup: Use static functions for non-declared methods

This commit is contained in:
Marco Trevisan (Treviño)
2019-12-04 13:25:27 +01:00
parent 2f2ea65d32
commit 2b8c524928
4 changed files with 5 additions and 5 deletions

View File

@@ -686,7 +686,7 @@ enum activate_states {
ACTIVATE_NUM_STATES,
};
void
static void
activate_read_regs_cb (FpImageDevice *dev, GError *error,
unsigned char *regs, void *user_data)
{