From a5b53f36edfd44995d56f9c32796c06b4c12e284 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Sun, 18 May 2008 01:59:29 +0000 Subject: [PATCH] Correction --- src/qli/dtr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qli/dtr.cpp b/src/qli/dtr.cpp index cd7428b3c4..3e1165272c 100644 --- a/src/qli/dtr.cpp +++ b/src/qli/dtr.cpp @@ -66,7 +66,7 @@ extern TEXT *QLI_prompt; static void enable_signals(void); static bool process_statement(bool); static void CLIB_ROUTINE signal_arith_excp(USHORT, USHORT, USHORT); -static int CLIB_ROUTINE async_quit(const int); +static int API_ROUTINE async_quit(const int); static bool yes_no(USHORT, const TEXT*); struct answer_t { @@ -558,7 +558,7 @@ static void CLIB_ROUTINE signal_arith_excp(USHORT sig, USHORT code, USHORT scp) } -static int CLIB_ROUTINE async_quit(const int reason) +static int API_ROUTINE async_quit(const int reason) { /************************************** *