Skip to content

Commit

Permalink
Removed initial underscore from include guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tordek committed Aug 9, 2012
1 parent ee68e4b commit 99a57a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheat.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _cheat_h_
#define _cheat_h_
#ifndef CHEAT_H
#define CHEAT_H

#ifndef __BASE_FILE__
#error "The __BASE_FILE__ macro is not defined. Check the README for help."
Expand Down

0 comments on commit 99a57a5

Please sign in to comment.