diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2008-01-16 22:14:06 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2008-01-16 22:14:06 +0000 |
| commit | 75c8b2e9a58e7052f484e43291baa2d9ae1a384a (patch) | |
| tree | 40e065a48cae7e840cc6e8f9fc9771c500910f4a /src/engine/e_config.c | |
| parent | a9c90d6ac082dbfea5590c54d5be7a71dd112b5d (diff) | |
| download | zcatch-75c8b2e9a58e7052f484e43291baa2d9ae1a384a.tar.gz zcatch-75c8b2e9a58e7052f484e43291baa2d9ae1a384a.zip | |
Added first version of the console.
Diffstat (limited to 'src/engine/e_config.c')
| -rw-r--r-- | src/engine/e_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/e_config.c b/src/engine/e_config.c index a4c47ec1..44008b77 100644 --- a/src/engine/e_config.c +++ b/src/engine/e_config.c @@ -7,7 +7,6 @@ #include "e_system.h" #include "e_config.h" - /* buffered stream for reading lines, should perhaps be something smaller */ typedef struct { |