diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index b56d0afaa3a..904869d99c9 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -258,7 +258,7 @@ hash_native_abi (void) | |||
| 258 | hexbuf_digest (SSDATA (digest), SDATA (digest), SHA512_DIGEST_SIZE); | 258 | hexbuf_digest (SSDATA (digest), SDATA (digest), SHA512_DIGEST_SIZE); |
| 259 | 259 | ||
| 260 | /* Check runs once. */ | 260 | /* Check runs once. */ |
| 261 | eassert (Vcomp_abi_hash); | 261 | eassert (NILP (Vcomp_abi_hash)); |
| 262 | Vcomp_abi_hash = digest; | 262 | Vcomp_abi_hash = digest; |
| 263 | /* If 10 characters are usually sufficient for git I guess 16 are | 263 | /* If 10 characters are usually sufficient for git I guess 16 are |
| 264 | fine for us here. */ | 264 | fine for us here. */ |