ソースを参照

Fixed typo in config.h

master
Bert 14年前
コミット
c9a887d0fd
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      Makefile
  2. +1
    -1
      config.h

+ 1
- 1
Makefile ファイルの表示

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

VERSION=git-20110209
VERSION=git-20110211

CC?=gcc
PREFIX?=/usr/local


+ 1
- 1
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



読み込み中…
キャンセル
保存