summaryrefslogtreecommitdiff
path: root/examples/detect.c
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2006-09-19 14:11:52 +0000
committerLinus Walleij <triad@df.lth.se>2006-09-19 14:11:52 +0000
commit4ef39e619fdb6a529a5858fa9e37553b03e31105 (patch)
treee8d9e532204d7da79e9bd2204cebd5042d84baa9 /examples/detect.c
parent5b5c785da5366ffaa7ff1f19cd42a791d709b232 (diff)
downloadlibmtp-4ef39e619fdb6a529a5858fa9e37553b03e31105.tar.gz
VCARD3 support in sendfile, correct attribute WL
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 f6e73d5..5132107 100644
--- a/examples/detect.c
+++ b/examples/detect.c
@@ -157,7 +157,7 @@ int main (int argc, char **argv)
free(devcert);
}
- // Try to get device info XML file...
+ // Try to get Media player device info XML file...
files = LIBMTP_Get_Filelisting(device);
if (files != NULL) {
LIBMTP_file_t *file, *tmp;