-rw-r--r-- | shared.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,17 +5,16 @@ * Licensed under GNU General Public License v2 * (see COPYING for full license text) */ #include "cgit.h" struct cgit_repolist cgit_repolist; struct cgit_context ctx; -int cgit_cmd; int chk_zero(int result, char *msg) { if (result != 0) die("%s: %s", msg, strerror(errno)); return result; } |