diff --git a/mpfm.c b/mpfm.c index 187b568..d6c41f8 100644 --- a/mpfm.c +++ b/mpfm.c @@ -2,11 +2,11 @@ #include #include #include - -static int count = 0; #include #include +static int count = 0; + void get_partition(uint16_t idVendor, uint16_t idProduct) { struct udev *udev = udev_new(); if (!udev) {