Skip to content

Commit

Permalink
Fixup double underscore identifier issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheredom committed Aug 19, 2015
1 parent a18b0a7 commit 377c3c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utf8.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
//
// For more information, please refer to <http://unlicense.org/>

#ifndef __UTF8_H__
#define __UTF8_H__
#ifndef SHEREDOM_UTF8_H_INCLUDED
#define SHEREDOM_UTF8_H_INCLUDED

#include <stddef.h>
#include <stdlib.h>
Expand Down Expand Up @@ -719,4 +719,4 @@ void* utf8valid(const void* str) {
#pragma clang diagnostic pop
#endif

#endif//__UTF8_H__
#endif//SHEREDOM_UTF8_H_INCLUDED

0 comments on commit 377c3c7

Please sign in to comment.