mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
upeksonly: Explicit list default enum value
This commit is contained in:
committed by
Benjamin Berg
parent
657fe85c25
commit
668b3517a9
@@ -176,6 +176,7 @@ last_transfer_killed (FpImageDevice *dev)
|
|||||||
fpi_image_device_session_error (dev, g_steal_pointer (&self->kill_error));
|
fpi_image_device_session_error (dev, g_steal_pointer (&self->kill_error));
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
case NOT_KILLING:
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user