Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
more prototype fixing
Baptiste Daroussin committed 9 years ago
commit f8c9afb49c93a53c294cef3b44520d811cba96a6
parent 0f82665
1 file changed +2 -2
modified libpkg/pkg_create.c
@@ -486,7 +486,7 @@ counter_init(const char *count_what, int64_t max)
}

static void
-
counter_count()
+
counter_count(void)
{
	count++;

@@ -497,7 +497,7 @@ counter_count()
}

static void
-
counter_end()
+
counter_end(void)
{
	pkg_emit_progress_tick(count, maxcount);
	return;