From a2dc897fe58e5521361a07b1e39a8b4c84d0dacf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 16 Sep 2006 15:01:14 +0000 Subject: Reduce code duplication svn-id: r23888 --- engines/lure/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure/debugger.cpp') diff --git a/engines/lure/debugger.cpp b/engines/lure/debugger.cpp index 3567c8cced..4c67176a27 100644 --- a/engines/lure/debugger.cpp +++ b/engines/lure/debugger.cpp @@ -46,7 +46,7 @@ Debugger::Debugger(): Common::Debugger() { DCmd_Register("hotspot", &Debugger::cmd_hotspot); } -int Debugger::strToInt(const char *s) { +static int strToInt(const char *s) { if (!*s) // No string at all return 0; -- cgit v1.2.3