Skip to content
Snippets Groups Projects
Commit 81b3dace authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix header guard name.

parent a28c57bf
No related branches found
Tags 1.6.0
No related merge requests found
#ifndef INCLUDES_TARANTOOL_BOX_DATADICT_H
#define INCLUDES_TARANTOOL_BOX_DATADICT_H
#ifndef INCLUDES_TARANTOOL_BOX_SCHEMA_H
#define INCLUDES_TARANTOOL_BOX_SCHEMA_H
/*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
......@@ -91,4 +91,4 @@ struct tarantool_cfg;
int
check_spaces(struct tarantool_cfg *conf);
#endif /* INCLUDES_TARANTOOL_BOX_DATADICT_H */
#endif /* INCLUDES_TARANTOOL_BOX_SCHEMA_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment