Explorar el Código

Fixed typo in config.h

master
Bert hace 13 años
padre
commit
c9a887d0fd
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      Makefile
  2. +1
    -1
      config.h

+ 1
- 1
Makefile Ver fichero

@@ -1,6 +1,6 @@
all: sxiv

VERSION=git-20110209
VERSION=git-20110211

CC?=gcc
PREFIX?=/usr/local


+ 1
- 1
config.h Ver fichero

@@ -1,5 +1,5 @@
/* default window dimensions: *
* (also controllable via -w option) */
* (also controllable via -g option) */
#define WIN_WIDTH 800
#define WIN_HEIGHT 600



Cargando…
Cancelar
Guardar