Skip to content

Commit

Permalink
Fixed my name
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 6, 2004
1 parent d18e133 commit c178c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/Src/dd_winit.c
@@ -1,5 +1,5 @@
/* DE1: $Id$
* Copyright (C) 2003, 2004 Jaakko Keränen <jaakko.keranen@iki.fi>
* Copyright (C) 2003, 2004 Jaakko Keränen <jaakko.keranen@iki.fi>
*
* 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 @@ -156,7 +156,7 @@ BOOL InitGameDLL(void)

//===========================================================================
// LoadPlugin
// Loads the given plugin. Returns TRUE iff the plugin was loaded
// Loads the given plugin. Returns TRUE iff the plugin was loaded
// succesfully.
//===========================================================================
int LoadPlugin(const char *filename)
Expand All @@ -170,13 +170,13 @@ int LoadPlugin(const char *filename)
if(!(hInstPlug[i] = LoadLibrary(filename)))
return FALSE; // Failed!

// That was all; the plugin registered itself when it was loaded.
// That was all; the plugin registered itself when it was loaded.
return TRUE;
}

//===========================================================================
// InitPlugins
// Loads all the plugins from the startup directory.
// Loads all the plugins from the startup directory.
//===========================================================================
int InitPlugins(void)
{
Expand Down

0 comments on commit c178c63

Please sign in to comment.