summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-01 21:51:55 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-01 21:51:55 +0000
commitd6f676daaf88bd4768cd715c0ce88531f599e609 (patch)
treea5f1d3dbcbc32264bee8a89852add2bec6ade8d4 /src/misc2.c
parent2c29beed4c2a40662ef859f4f5c9aed045d5a0d6 (diff)
downloadvim-git-d6f676daaf88bd4768cd715c0ce88531f599e609.tar.gz
updated for version 7.0078
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index a1e8c1272..345036298 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -3204,7 +3204,7 @@ typedef unsigned long ulg; /* unsigned 32-bit value */
static void make_crc_tab __ARGS((void));
-ulg crc_32_tab[256];
+static ulg crc_32_tab[256];
/*
* Fill the CRC table.