diff options
Diffstat (limited to 'ui/test/pb-test.c')
-rw-r--r-- | ui/test/pb-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/test/pb-test.c b/ui/test/pb-test.c index 0d27f6c..fdca45c 100644 --- a/ui/test/pb-test.c +++ b/ui/test/pb-test.c @@ -29,7 +29,7 @@ static int print_device_add(struct device *device) return 0; } -static void print_device_remove(const char *dev_id) +static void print_device_remove(char *dev_id) { printf("removed device:\n"); printf("\tid: %s\n", dev_id); |