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

@@ -1386,7 +1386,7 @@ typedef struct
FpDevice *device;
} FpDeviceTimeoutSource;
void
static void
timeout_finalize (GSource *source)
{
FpDeviceTimeoutSource *timeout_source = (FpDeviceTimeoutSource *) source;