aboutsummaryrefslogtreecommitdiff
path: root/hgehelp/hgestrings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hgehelp/hgestrings.cpp')
-rw-r--r--hgehelp/hgestrings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/hgehelp/hgestrings.cpp b/hgehelp/hgestrings.cpp
index d4c5d2d..6eda71c 100644
--- a/hgehelp/hgestrings.cpp
+++ b/hgehelp/hgestrings.cpp
@@ -7,7 +7,7 @@
*/
-#include "../../include/hgestrings.h"
+#include "hgestrings.h"
#include <ctype.h>
const char STRHEADERTAG[]="[HGESTRINGTABLE]";
@@ -26,7 +26,7 @@ hgeStringTable::hgeStringTable(const char *filename)
NamedString *str;
char str_name[MAXSTRNAMELENGTH];
char *str_value, *pvalue;
-
+
hge=hgeCreate(HGE_VERSION);
strings=0;
@@ -43,7 +43,7 @@ hgeStringTable::hgeStringTable(const char *filename)
if(memcmp(desc, STRHEADERTAG, sizeof(STRHEADERTAG)-1))
{
hge->System_Log(STRFORMATERROR, filename);
- delete[] desc;
+ delete[] desc;
return;
}