mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00: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