Fixed typo in config.h

master
Bert 2011-02-11 10:24:59 +01:00
parent ea65610747
commit c9a887d0fd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
all: sxiv
VERSION=git-20110209
VERSION=git-20110211
CC?=gcc
PREFIX?=/usr/local

View File

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