summaryrefslogtreecommitdiff
path: root/examples/detect.c
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2006-08-19 22:18:55 +0000
committerLinus Walleij <triad@df.lth.se>2006-08-19 22:18:55 +0000
commit3065879136f9afd9c2e0cd4015267f64f60156a1 (patch)
tree898d5ac9310ed2f33742bf124900b491d85e6dc6 /examples/detect.c
parentfae2748abadbc1f7b8e71e6a4e8cb3a1e48a0e4c (diff)
downloadlibmtp-3065879136f9afd9c2e0cd4015267f64f60156a1.tar.gz
More interface changes
Diffstat (limited to 'examples/detect.c')
-rw-r--r--examples/detect.c2
1 files changed, 1 insertions, 1 deletions
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 {