summaryrefslogtreecommitdiff
path: root/apps/drwho/SL_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/SL_Server.h')
-rw-r--r--apps/drwho/SL_Server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/drwho/SL_Server.h b/apps/drwho/SL_Server.h
index 7302371275a..2a8ee2ba054 100644
--- a/apps/drwho/SL_Server.h
+++ b/apps/drwho/SL_Server.h
@@ -14,7 +14,7 @@
//
// ============================================================================
-#if !defined (_SL_SERVER_H)
+#ifndef _SL_SERVER_H
#define _SL_SERVER_H
#include "Single_Lookup.h"
@@ -22,7 +22,7 @@
class SL_Server : public Single_Lookup
{
// = TITLE
- // Provides the server's single user lookup table abstraction.
+ // Provides the server's single user lookup table abstraction.
public:
SL_Server (const char *packet);