summaryrefslogtreecommitdiff
path: root/apps/drwho/BS_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/BS_Server.h')
-rw-r--r--apps/drwho/BS_Server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/drwho/BS_Server.h b/apps/drwho/BS_Server.h
index 03ff73d0aac..3c7c1a82afc 100644
--- a/apps/drwho/BS_Server.h
+++ b/apps/drwho/BS_Server.h
@@ -10,14 +10,14 @@
// BS_Server.h
//
// = DESCRIPTION
-// Provides the server's binary search lookup table abstraction.
+// Provides the server's binary search lookup table abstraction.
//
// = AUTHOR
// Douglas C. Schmidt
//
// ============================================================================
-#if !defined (_BS_SERVER_H)
+#ifndef _BS_SERVER_H
#define _BS_SERVER_H
#include "Binary_Search.h"
@@ -25,7 +25,7 @@
class BS_Server : public Binary_Search
{
// = TITLE
- // Provides the server's binary search lookup table abstraction.
+ // Provides the server's binary search lookup table abstraction.
public:
// = Initialization.
BS_Server (const char *packet);