diff options
Diffstat (limited to 'dimension/platform.h')
-rw-r--r-- | dimension/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |