diff options
Diffstat (limited to 'vanitygaps.c')
| -rw-r--r-- | vanitygaps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vanitygaps.c b/vanitygaps.c index 4c98e69..0877d33 100644 --- a/vanitygaps.c +++ b/vanitygaps.c @@ -26,6 +26,8 @@ static void setgaps(int oh, int ov, int ih, int iv); /* Settings */ static int enablegaps = 1; +static const int vertpad_original = vertpad; +static const int sidepad_original = sidepad; static void setgaps(int oh, int ov, int ih, int iv) |