浏览代码

cnxcc: fixed include guard

- reported by GH#323
Daniel-Constantin Mierla 10 年之前
父节点
当前提交
3137d2ab8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/cnxcc/cnxcc_redis.h

+ 1 - 1
modules/cnxcc/cnxcc_redis.h

@@ -22,7 +22,7 @@
  *
  */
 
-#ifndef CNXCC_STORAGE_H_
+#ifndef CNXCC_REDIS_H_
 #define CNXCC_REDIS_H_
 
 #include <hiredis/hiredis.h>