diff options
author | pixel <pixel> | 2008-08-04 15:36:33 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-08-04 15:36:33 +0000 |
commit | 91521058f068ba8be4e3812f026d4d72e8f2d8e8 (patch) | |
tree | 76d6de3efcce5c635ff3e7ddeaaf9c04c08b309e /src | |
parent | 88aa1ca175c3f9c73ab2d0fd7f1636f87c1f8167 (diff) |
Fixing some win32 backport.
Diffstat (limited to 'src')
-rw-r--r-- | src/lua-interface.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lua-interface.cpp b/src/lua-interface.cpp index 6a773f1..d216878 100644 --- a/src/lua-interface.cpp +++ b/src/lua-interface.cpp @@ -1,6 +1,6 @@ /* - * PSX-Tools Bundle Pack - * Copyright (C) 2002-2005 Nicolas "Pixel" Noble + * lua-interface + * Copyright (C) 2002-2008 Nicolas "Pixel" Noble * * 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 @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: lua-interface.cpp,v 1.6 2008-08-04 09:36:35 pixel Exp $ */ +/* $Id: lua-interface.cpp,v 1.7 2008-08-04 15:36:33 pixel Exp $ */ #define WIP |