mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
card_emu: Make update_fidi() void
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user