Skip to content

Commit

Permalink
Fixed exampleplugin: Added missing new line character to hook callbac…
Browse files Browse the repository at this point in the history
…k confirmation log message.
  • Loading branch information
danij-deng committed Nov 1, 2010
1 parent cb91633 commit d95c97d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doomsday/plugins/exampleplugin/src/example.c
Expand Up @@ -3,8 +3,8 @@
* License: GPL
* Online License Link: http://www.gnu.org/licenses/gpl.html
*
*\author Copyright © 2003-2009 Jaakko Keränen <jaakko.keranen@iki.fi>
*\author Copyright © 2009 Daniel Swanson <danij@dengine.net>
*\author Copyright © 2003-2010 Jaakko Keränen <jaakko.keranen@iki.fi>
*\author Copyright © 2009-2010 Daniel Swanson <danij@dengine.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -100,7 +100,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
*/
int ExampleHook(int hookType, int parm, void *data)
{
Con_Message("ExampleHook: Hook successful!");

Con_Message("ExampleHook: Hook successful!\n");
return true;
}

0 comments on commit d95c97d

Please sign in to comment.