diff options
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r-- | src/net/ea/eaprotocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index 014928b66..e448a19db 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EA_EA_PROTOCOL_H -#define EA_EA_PROTOCOL_H +#ifndef NET_EA_EAPROTOCOL_H +#define NET_EA_EAPROTOCOL_H enum { @@ -68,4 +68,4 @@ enum static const int INVENTORY_OFFSET = 2; static const int STORAGE_OFFSET = 1; -#endif +#endif // NET_EA_EAPROTOCOL_H |