aboutsummaryrefslogtreecommitdiffstats
path: root/ui-patch.h
diff options
context:
space:
mode:
authorGravatar John Keeping <john@keeping.me.uk>2013-03-07 05:51:54 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-21 04:21:17 (JST)
commit6d8a789d61f3a682bc040f1f7f44050b1f723546 (patch)
tree2cfcfee69d573bd837638bcbde318514a3621876 /ui-patch.h
parentd5a43b429a4248a02e3a403f76fff0cbae92ef32 (diff)
downloadcgit-6d8a789d61f3a682bc040f1f7f44050b1f723546.zip
cgit-6d8a789d61f3a682bc040f1f7f44050b1f723546.tar.gz
ui-shared: fix return type of cgit_self_link
cgit_self_link() is a void function but implements each case it handles by doing "return <another_void_function>" which is not valid C; section 6.8.6.4 of C11 says: A return statement with an expression shall not appear in a function whose return type is void. Fix this by removing the return keywords and converting the final code block into an "else". Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'ui-patch.h')
0 files changed, 0 insertions, 0 deletions