X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fudev%2Fudevadm.c;h=e14b3ca27c0248f9c063a38f13e65f1e872a7846;hb=daeb71a36a98834664e4d95773a3629b746f4db8;hp=5e69e192c03bd75d1e8e2ebe3b63d98e5846ece8;hpb=e5f2783e73a98cfb067f10eeed2289b454c9e672;p=elogind.git diff --git a/src/udev/udevadm.c b/src/udev/udevadm.c index 5e69e192c..e14b3ca27 100644 --- a/src/udev/udevadm.c +++ b/src/udev/udevadm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Kay Sievers + * Copyright (C) 2007-2012 Kay Sievers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -131,7 +131,7 @@ int main(int argc, char *argv[]) if (command != NULL) for (i = 0; i < ELEMENTSOF(udevadm_cmds); i++) { - if (strcmp(udevadm_cmds[i]->name, command) == 0) { + if (streq(udevadm_cmds[i]->name, command)) { argc -= optind; argv += optind; /* we need '0' here to reset the internal state */