diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-01 18:42:43 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-01 18:42:43 +0100 |
| commit | d703af0b0afa6eafefe95b56b4073c3a16c46be3 (patch) | |
| tree | 631297d30c198e7636c5e03e2d02330b28863fbf /src/zsetup.c | |
| parent | Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsb (diff) | |
| download | libzahl-d703af0b0afa6eafefe95b56b4073c3a16c46be3.tar.gz libzahl-d703af0b0afa6eafefe95b56b4073c3a16c46be3.tar.bz2 libzahl-d703af0b0afa6eafefe95b56b4073c3a16c46be3.tar.xz | |
Fix whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zsetup.c')
| -rw-r--r-- | src/zsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zsetup.c b/src/zsetup.c index 626d6f6..2aadbba 100644 --- a/src/zsetup.c +++ b/src/zsetup.c @@ -12,7 +12,7 @@ int libzahl_set_up = 0; void zsetup(jmp_buf env) { - libzahl_jmp_buf = jmp_buf; + libzahl_jmp_buf = jmp_buf; if (!libzahl_set_up) { libzahl_set_up = 1; |
