card_emu: Make update_fidi() void

This commit is contained in:
Harald Welte
2015-11-14 13:30:43 +01:00
parent 16cf408a49
commit 612d65ad62

View File

@@ -141,7 +141,7 @@ struct card_handle {
} stats;
};
static int update_fidi(struct card_handle *ch)
static void update_fidi(struct card_handle *ch)
{
int rc;