Skip to content

Commit 64e68a3

Browse files
newrengitster
authored andcommitted
urlmatch.h: fix include guard
Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e730b81 commit 64e68a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

urlmatch.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#ifndef URL_MATCH_H
2+
#define URL_MATCH_H
3+
24
#include "string-list.h"
35

46
struct url_info {

0 commit comments

Comments
 (0)