[PATCH] Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515

This commit is contained in:
greg@kroah.com 2004-01-13 18:47:17 -08:00 committed by Greg KH
parent 33084f1e2a
commit c03e2c6f5f
1 changed files with 2 additions and 1 deletions

3
udev.c
View File

@ -88,7 +88,8 @@ static void print_record(char *path, struct udevice *dev)
printf("N: %s\n", dev->name);
printf("S: %s\n", dev->symlink);
printf("O: %s\n", dev->owner);
printf("G: %s\n\n", dev->group);
printf("G: %s\n", dev->group);
printf("\n");
}
enum query_type {