From 88ae1ff267c541ded537672ac7b7f29308ad701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 2 Jun 2016 00:44:20 +0100 Subject: Ensure variables are declared correctly --- frontends/amiga/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/clipboard.c') diff --git a/frontends/amiga/clipboard.c b/frontends/amiga/clipboard.c index bcdc51c97..3a96456c6 100644 --- a/frontends/amiga/clipboard.c +++ b/frontends/amiga/clipboard.c @@ -50,7 +50,7 @@ #define ID_UTF8 MAKE_ID('U','T','F','8') -struct IFFHandle *iffh = NULL; +static struct IFFHandle *iffh = NULL; static struct IFFHandle *ami_clipboard_init_internal(int unit) { -- cgit v1.2.3