Explorar el Código

version 0.1

master
Bert hace 14 años
padre
commit
60a9ed7567
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      sxiv.h

+ 1
- 1
sxiv.h Ver fichero

@@ -21,7 +21,7 @@

#include "config.h"

#define VERSION "git-20110119"
#define VERSION "0.1"

#define ABS(a) ((a) < 0 ? (-(a)) : (a))
#define MIN(a,b) ((a) < (b) ? (a) : (b))


Cargando…
Cancelar
Guardar