summaryrefslogtreecommitdiffstats
path: root/src/maps.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-06-19 22:26:34 -0300
committerandmarti1424 <andmarti@gmail.com>2017-06-19 22:26:34 -0300
commit0b3c46c6baff4f27d986fbc2a91f2f508a6b9e30 (patch)
tree13a25bbb1ff50620f2c3053bd0c68ca9ce1703a1 /src/maps.h
parentbe4852f78ce3daffe18190dbeda18aa102372f89 (diff)
work on issue # 178
Diffstat (limited to 'src/maps.h')
-rw-r--r--src/maps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maps.h b/src/maps.h
index 32b4938..17801ed 100644
--- a/src/maps.h
+++ b/src/maps.h
@@ -4,7 +4,7 @@ struct map {
int mode;
short recursive;
struct block * in;
- struct block * out;
+ struct block * out;
struct map * psig;
};
typedef struct map map;