From 898665e37e7e373f9a54ce288debbe365b28b60b Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 15 Dec 2008 17:45:46 +1100 Subject: Remove const from print_device_remove ..we can add consts where suitable later. Signed-off-by: Jeremy Kerr --- ui/test/pb-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/test') 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); -- cgit v1.2.1