/[svn]/linuxsampler/trunk/src/linuxsampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/linuxsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 325 by senkov, Tue Dec 21 04:54:37 2004 UTC revision 328 by schoenebeck, Sat Dec 25 21:58:58 2004 UTC
# Line 206  void parse_options(int argc, char **argv Line 206  void parse_options(int argc, char **argv
206                      exit(EXIT_SUCCESS);                      exit(EXIT_SUCCESS);
207                      break;                      break;
208                  case 1: // --version                  case 1: // --version
209                      printf("LinuxSampler %s\n", VERSION);                      printf("LinuxSampler %s\n", VERSION);
210                        exit(EXIT_SUCCESS);
211                      break;                      break;
212                  case 2: // --profile                  case 2: // --profile
213                      profile = true;                      profile = true;

Legend:
Removed from v.325  
changed lines
  Added in v.328

  ViewVC Help
Powered by ViewVC