Ver código fonte

Fixed typo in config.h

master
Bert 14 anos atrás
pai
commit
c9a887d0fd
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      Makefile
  2. +1
    -1
      config.h

+ 1
- 1
Makefile Ver arquivo

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

VERSION=git-20110209
VERSION=git-20110211

CC?=gcc
PREFIX?=/usr/local


+ 1
- 1
config.h Ver arquivo

@@ -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



Carregando…
Cancelar
Salvar