From 81b3dace0a32a5c086a4634ed46480b029cec162 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Wed, 21 Aug 2013 21:41:46 +0400 Subject: [PATCH] Fix header guard name. --- src/box/schema.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/box/schema.h b/src/box/schema.h index 85ecf97b89..89a9fbda24 100644 --- a/src/box/schema.h +++ b/src/box/schema.h @@ -1,5 +1,5 @@ -#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 */ -- GitLab