~ubuntu-branches/ubuntu/maverick/libmtp/maverick

« back to all changes in this revision

Viewing changes to examples/albumart.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Danic
  • Date: 2007-08-14 19:40:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070814194057-ddu0qqhw6aw9ww6e
Tags: 0.2.1-0ubuntu1
* New upstream release
* ABI bump to 6
* debian/rules: Adapt upstream udev rules file to our kernel

  Thanks to Flávio Martins for testing!

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  char *path = NULL;
46
46
  struct stat statbuff;
47
47
 
 
48
  fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
 
49
 
48
50
  while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
49
51
    switch (opt) {
50
52
    case 'h':