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