Rick Altherr <kc8apf@kc8apf.net> - fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1126 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-11-03 07:22:14 +00:00
parent 9f58ef3a58
commit 199ebae564
5 changed files with 7 additions and 7 deletions
+1 -3
View File
@@ -524,9 +524,7 @@ static int JimELAfterCommand(Jim_Interp *interp, int argc,
/* This extension is not dynamically loaded, instead it's linked statically,
which is why we shouldn't use the unspecific 'Jim_OnLoad' name */
#define Jim_OnLoad Jim_EventLoopOnLoad
int Jim_OnLoad(Jim_Interp *interp)
int Jim_EventLoopOnLoad(Jim_Interp *interp)
{
Jim_EventLoop *eventLoop;