diff options
| author | Christian Hesse <mail@eworm.de> | 2018-06-11 08:26:59 +0200 |
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-27 18:13:00 +0200 |
| commit | 2f8648ff7f5c7119ab035c134504f04eefe068fb (patch) | |
| tree | 8fc7db6324b6483939cdfcf201793866877a5d92 /shared.c | |
| parent | snapshot: support special value 'all' to enable all formats (diff) | |
| download | cgit-magenta-2f8648ff7f5c7119ab035c134504f04eefe068fb.tar.xz | |
snapshot: strip bit from struct cgit_snapshot_format
We had a static bit value in struct cgit_snapshot_format. We do not rely on it and things can be calculated on the fly. So strip it. Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'shared.c')
| -rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.c b/shared.c |
