summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-24 22:13:19 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-24 22:13:19 (EDT)
commite696b93346ec7a3581b194211977b92403c25c61 (patch)
treeff873057c98f29d5a72ca3d72ba90d20c06ebc88 /src/tab.c
parente7bd0391726cc074e56bcd081e61ecff7e849e1a (diff)
downloadmarquee-e696b93346ec7a3581b194211977b92403c25c61.zip
marquee-e696b93346ec7a3581b194211977b92403c25c61.tar.gz
marquee-e696b93346ec7a3581b194211977b92403c25c61.tar.bz2
src/tab.c: Add missing function parameter type
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.c b/src/tab.c
index 753a6b8..178c0f9 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -28,7 +28,7 @@
#include "tab-body.h"
static void
-update_positions(MqTab *node, step)
+update_positions(MqTab *node, gint step)
{
if (node) {
node->position += step;