Explorar el Código

Shorter version information

master
Bert hace 14 años
padre
commit
8919fbd676
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      options.c

+ 1
- 1
options.c Ver fichero

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

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

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


Cargando…
Cancelar
Guardar