mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
os/utils.c: Fix prototype for Win32TempDir()
xorg/xserver/os/utils.c: In function ‘Win32TempDir’: xorg/xserver/os/utils.c:1643:1: warning: old-style function definition [-Wold-style-definition] Signed-off-by: Colin Harrison <colin.harrison@virgin.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
committed by
Jon TURNEY
parent
a9b4b7b796
commit
c7b49bdbb9
@@ -1640,7 +1640,7 @@ Fclose(void *iop)
|
||||
#include <X11/Xwindows.h>
|
||||
|
||||
const char *
|
||||
Win32TempDir()
|
||||
Win32TempDir(void)
|
||||
{
|
||||
static char buffer[PATH_MAX];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user