chiark / gitweb /
libudev: add missing 'global' to symbol export
[elogind.git] / src / libudev / libudev.c
index d860ebc08037b7fc0c88b339636f558a33193176..208039a1b2e679971bcd004554bb0cc9ead3c420 100644 (file)
@@ -191,7 +191,7 @@ _public_ struct udev *udev_new(void)
                                 val++;
                         }
 
-                        if (strcmp(key, "udev_log") == 0) {
+                        if (streq(key, "udev_log")) {
                                 udev_set_log_priority(udev, util_log_priority(val));
                                 continue;
                         }