mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-26 23:01:37 +00:00
The g_object_new call had a NULL argument for a property. This meant that the compiler could not warn about the lack of NULL termination for the argument list. Add the missing NULL termination.