Преглед на файлове

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>