Skip to content
Snippets Groups Projects
Commit 08b9876f authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix include guards

parent 8517886c
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@
*
*/
#ifndef GRPC_CORE_LIB_SUPPORT_LOAD_FILE_H
#define GRPC_CORE_LIB_SUPPORT_LOAD_FILE_H
#ifndef GRPC_CORE_LIB_IOMGR_LOAD_FILE_H
#define GRPC_CORE_LIB_IOMGR_LOAD_FILE_H
#include <stdio.h>
......@@ -53,4 +53,4 @@ grpc_error *grpc_load_file(const char *filename, int add_null_terminator,
}
#endif
#endif /* GRPC_CORE_LIB_SUPPORT_LOAD_FILE_H */
#endif /* GRPC_CORE_LIB_IOMGR_LOAD_FILE_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