From e696b93346ec7a3581b194211977b92403c25c61 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 24 Sep 2017 22:13:19 -0400 Subject: src/tab.c: Add missing function parameter type --- (limited to 'src') 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; -- cgit v0.9.1