Skip to content

Commit 646c7fc

Browse files
KarelChaniveckysimo5
authored andcommitted
Fix typo in header guard for src/ntlm.h
Header guard fails due to typo as the header guard is checking for a different macro identifier than it defines
1 parent 0e23ccd commit 646c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ntlm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Copyright 2013 Simo Sorce <[email protected]>, see COPYING for license */
22

33
#ifndef _NTLM_H_
4-
#define _NTLM_H
4+
#define _NTLM_H_
55

66
#include <stdbool.h>
77

0 commit comments

Comments
 (0)