From 3065879136f9afd9c2e0cd4015267f64f60156a1 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 19 Aug 2006 22:18:55 +0000 Subject: More interface changes --- examples/detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/detect.c') diff --git a/examples/detect.c b/examples/detect.c index 40fa68a..8e425da 100644 --- a/examples/detect.c +++ b/examples/detect.c @@ -82,7 +82,7 @@ int main (int argc, char **argv) printf("MTP-specific device properties:\n"); // The friendly name - friendlyname = LIBMTP_Get_Ownername(device); + friendlyname = LIBMTP_Get_Friendlyname(device); if (friendlyname == NULL) { printf(" Friendly name: (NULL)\n"); } else { -- cgit v1.2.1