diff options
author | Justin Crawford <Justasic@Gmail.com> | 2012-04-14 18:03:25 -0700 |
---|---|---|
committer | Justin Crawford <Justasic@Gmail.com> | 2012-04-14 18:03:25 -0700 |
commit | df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (patch) | |
tree | 99832ce14180b5d237bfe597b99a4accfd695cae /include/commands/cmd_whowas.h | |
parent | 207c6c290e5b752d562fdc0b121379d511a3dce8 (diff) |
Fixes for bug #12
Diffstat (limited to 'include/commands/cmd_whowas.h')
-rw-r--r-- | include/commands/cmd_whowas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 19b7b74fd..a100a6ab9 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -11,8 +11,8 @@ * --------------------------------------------------- */ -#ifndef __CMD_WHOWAS_H__ -#define __CMD_WHOWAS_H__ +#ifndef CMD_WHOWAS_H +#define CMD_WHOWAS_H #include "modules.h" struct WhowasRequest : public Request |