Navigation Menu

Skip to content

Commit

Permalink
h -> hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 9, 2012
1 parent a336226 commit f1886dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mrn_sys.hpp
Expand Up @@ -18,8 +18,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _mrn_sys_h
#define _mrn_sys_h
#ifndef _mrn_sys_hpp
#define _mrn_sys_hpp

#include <groonga.h>
#include "mrn_macro.h"
Expand Down Expand Up @@ -56,4 +56,4 @@ char *mrn_index_table_name_gen(const char *arg, const char *idx_name, char *dest

MRN_END_DECLS

#endif /* _mrn_sys_h */
#endif /* _mrn_sys_hpp */

0 comments on commit f1886dd

Please sign in to comment.