diff options
author | Bert <ber.t@gmx.com> | 2011-02-11 10:24:59 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-11 10:24:59 +0100 |
commit | c9a887d0fd5ad28fa8c51259fc47b4498ab9c525 (patch) | |
tree | 784f5f561ce7090baef818a03f16a8d24f3113d8 /config.h | |
parent | ea65610747bf324c98f390fba91b8a7c8818006a (diff) |
Fixed typo in config.h
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |