Fix the include guard

This commit is contained in:
thelemonman 2014-04-23 09:53:05 +00:00
parent 03edf63c31
commit f4cf398962
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*/
#ifndef __SLOT2_H__
#define __SLOT_H__
#define __SLOT2_H__
#include "common.h"
#include "types.h"