Skip to content

Commit

Permalink
Merge pull request #4 from jackoalan/master
Browse files Browse the repository at this point in the history
Fix include header guard
  • Loading branch information
FIX94 authored Feb 2, 2018
2 parents 074de6c + 25527a5 commit 01b5bde
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 01b5bde

Please sign in to comment.