mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
Fix some typoed include guard/define names.
This commit is contained in:
parent
90c9fe686e
commit
dd270c9d78
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#define HAVE_CHARYBDIS_AUTHD_H
|
||||
#define HAVE_CHARYBDIS_AUTHPROC_H
|
||||
|
||||
#include "stdinc.h"
|
||||
#include "client.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#define HAVE_IRCD_CHMOD_H
|
||||
#define HAVE_IRCD_CHMODE_H
|
||||
|
||||
/* something not included in messages.tab
|
||||
* to change some hooks behaviour when needed
|
||||
|
|
Loading…
Add table
Reference in a new issue