Fix typo
This commit is contained in:
parent
cc4909c081
commit
ca4b783af4
|
@ -16,8 +16,8 @@
|
|||
* along with uIRC. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <stdbool.h>
|
||||
#ifndef UIRC_INCUDED
|
||||
#define UIRC_INCUDED
|
||||
#ifndef UIRC_INCLUDED
|
||||
#define UIRC_INCLUDED
|
||||
|
||||
struct irc_message {
|
||||
struct tags {
|
||||
|
|
Reference in New Issue