Fixed typo in config.h
This commit is contained in:
parent
ea65610747
commit
c9a887d0fd
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
all: sxiv
|
all: sxiv
|
||||||
|
|
||||||
VERSION=git-20110209
|
VERSION=git-20110211
|
||||||
|
|
||||||
CC?=gcc
|
CC?=gcc
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
|
2
config.h
2
config.h
@ -1,5 +1,5 @@
|
|||||||
/* default window dimensions: *
|
/* default window dimensions: *
|
||||||
* (also controllable via -w option) */
|
* (also controllable via -g option) */
|
||||||
#define WIN_WIDTH 800
|
#define WIN_WIDTH 800
|
||||||
#define WIN_HEIGHT 600
|
#define WIN_HEIGHT 600
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user