Skip to content

Commit

Permalink
Fix include header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Feb 1, 2018
1 parent 074de6c commit 25527a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* of the MIT license. See the LICENSE file for details.
*/

#ifndef _cpu_c_
#ifndef _cpu_h_
#define _cpu_h_

void cpuInit();
Expand Down

0 comments on commit 25527a5

Please sign in to comment.