X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0928d8827a714f3908efa7eb9eb4cde28761af26..1a63cfcc3d83919e790e7e279eb35fc75adb0e3c:/ui-log.c
diff --git a/ui-log.c b/ui-log.c
index c80fd73..75bbbe4 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -114,14 +114,14 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path)
if (ofs > 0) {
html(" [prev] ");
}
if ((commit = get_revision(&rev)) != NULL) {
html(" [next] ");
}
html("");