Browse Source

Merge branch 'master' into thumbs

master
Bert 13 years ago
parent
commit
e2889ab891
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      options.c

+ 1
- 2
options.c View File

@@ -35,8 +35,7 @@ void print_usage() {
}

void print_version() {
printf("sxiv - simple x image viewer\n");
printf("Version %s, written by Bert Muennich\n", VERSION);
printf("sxiv version %s - simple x image viewer\n", VERSION);
}

void parse_options(int argc, char **argv) {


Loading…
Cancel
Save