mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-13 22:32:32 +00:00
- Whitespace fix
This commit is contained in:
parent
46157857b5
commit
a8709206d8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ appropriate for the file being loaded. If the script cant be compiled
|
|||
the loading of the script fails
|
||||
================
|
||||
*/
|
||||
bool rvDebuggerScript::Load ( const char* filename)
|
||||
bool rvDebuggerScript::Load ( const char* filename )
|
||||
{
|
||||
void* buffer;
|
||||
int size;
|
||||
|
|
Loading…
Reference in a new issue