From b53b1881417f040c85e1f47d1136f954217ad0e7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 15 Feb 2011 19:57:10 -0500 Subject: One more explicit empty parameter list fix. Coccinelle is awesome. --- dimension/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension') diff --git a/dimension/platform.h b/dimension/platform.h index ffb3406..a2114be 100644 --- a/dimension/platform.h +++ b/dimension/platform.h @@ -26,6 +26,6 @@ * Get the width of the terminal. * @return The width (in characters) of the terminal, defaulting to 80. */ -unsigned int dmnsn_terminal_width(); +unsigned int dmnsn_terminal_width(void); #endif /* PLATFORM_H */ -- cgit v1.2.3