diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ all: sxiv -VERSION=git-20110209 +VERSION=git-20110211 CC?=gcc PREFIX?=/usr/local @@ -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 |