浏览代码

tmrec: fixed typo in header file guard define

Daniel-Constantin Mierla 11 年之前
父节点
当前提交
3d9040bb54
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tmrec/period.h

+ 1 - 1
modules/tmrec/period.h

@@ -1,5 +1,5 @@
 #ifndef _PERIOD_H_
-#define _PERIOH_H_
+#define _PERIOD_H_
 
 int in_period(time_t t, const char *p);