summaryrefslogtreecommitdiff
path: root/apps/drwho/Hash_Table.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/Hash_Table.h')
-rw-r--r--apps/drwho/Hash_Table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/drwho/Hash_Table.h b/apps/drwho/Hash_Table.h
index 327c55b74dd..44f5ea769fc 100644
--- a/apps/drwho/Hash_Table.h
+++ b/apps/drwho/Hash_Table.h
@@ -14,7 +14,7 @@
//
// ============================================================================
-#if !defined (_HASH_TABLE_H)
+#ifndef _HASH_TABLE_H
#define _HASH_TABLE_H
#include "Search_Struct.h"
@@ -32,7 +32,7 @@ public:
virtual Protocol_Record *get_each_entry (void);
protected:
- enum
+ enum
{
HASH_TABLE_SIZE = 500
};