~ubuntu-branches/ubuntu/saucy/esound/saucy-proposed

« back to all changes in this revision

Viewing changes to esdctl.c

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Murray
  • Date: 2006-01-13 00:33:23 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060113003323-wbseckte1b6s74wj
Tags: 0.2.36-3
Only include *64 functions if necessary in libesddsp for things
that check at runtime rather than compile time (closes: #347751)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        { "file", required_argument, NULL, 'f' },
71
71
        { "help", no_argument, NULL, 'h' },
72
72
        { "version", no_argument, NULL, 'v' },
73
 
        { 0, 0, 0, 0 }
 
73
        { NULL, 0, NULL, 0 }
74
74
    };
75
75
 
76
76
    /* quick sanity check, check number of args */