From c9a887d0fd5ad28fa8c51259fc47b4498ab9c525 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 11 Feb 2011 10:24:59 +0100 Subject: Fixed typo in config.h --- Makefile | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3aaef04..32e8ba2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: sxiv -VERSION=git-20110209 +VERSION=git-20110211 CC?=gcc PREFIX?=/usr/local diff --git a/config.h b/config.h index 8f773d5..e140446 100644 --- a/config.h +++ b/config.h @@ -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 -- cgit v1.2.3-54-g00ecf