mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +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.