diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-06-23 16:21:47 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-06-23 16:21:47 +0200 |
commit | 92b229c727e34164a88f59142054d4cdee510f4c (patch) | |
tree | 6216926d81f322b4bbb58fe3761295d188bbac6f /udevd.c | |
parent | 3df3c93e2500b0dcf23989171d27c2b04d149407 (diff) |
no newline in log messages
Diffstat (limited to 'udevd.c')
-rw-r--r-- | udevd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -957,7 +957,6 @@ int main(int argc, char *argv[], char *envp[]) selinux_init(); dbg("version %s", UDEV_VERSION); - /* parse commandline options */ while (1) { option = getopt_long(argc, argv, "dtvhV", options, NULL); if (option == -1) |