Преглед изворни кода

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>