Skip to content

Commit 8e51e1b

Browse files
committed
header guard typo
1 parent 093fbe5 commit 8e51e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cbmc/cbmc_parse_options.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Author: Daniel Kroening, kroening@kroening.com
66
77
\*******************************************************************/
88

9-
#ifndef CPROVER_CBMC_PARSEOPTIONS_H
10-
#define CPROVER_CBMC_PARSEOPTIONS_H
9+
#ifndef CPROVER_CBMC_PARSE_OPTIONS_H
10+
#define CPROVER_CBMC_PARSE_OPTIONS_H
1111

1212
#include <util/ui_message.h>
1313
#include <util/parse_options.h>

0 commit comments

Comments
 (0)