summaryrefslogtreecommitdiff
path: root/apps/drwho/PM_Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/PM_Client.h')
-rw-r--r--apps/drwho/PM_Client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/drwho/PM_Client.h b/apps/drwho/PM_Client.h
index 6c7b3c90660..f44ab84f69f 100644
--- a/apps/drwho/PM_Client.h
+++ b/apps/drwho/PM_Client.h
@@ -14,7 +14,7 @@
//
// ============================================================================
-#if !defined (_PM_CLIENT_H)
+#ifndef _PM_CLIENT_H
#define _PM_CLIENT_H
#include "Protocol_Manager.h"
@@ -22,7 +22,7 @@
class PM_Client : public Protocol_Manager
{
// = TITLE
- // Provides the client side of the friend manager lookup table abstraction.
+ // Provides the client side of the friend manager lookup table abstraction.
public:
PM_Client (void);
virtual ~PM_Client (void);