loopback.c: fix bug in call to buse_main()
This commit is contained in:
parent
8439322930
commit
c322c1035f
|
@ -78,7 +78,7 @@ int main(int argc, char *argv[])
|
||||||
fprintf(stderr, "The size of this device is %ld bytes.\n", size);
|
fprintf(stderr, "The size of this device is %ld bytes.\n", size);
|
||||||
bop.size = size;
|
bop.size = size;
|
||||||
|
|
||||||
buse_main(argv[1], &bop, NULL);
|
buse_main(argv[2], &bop, NULL);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue