X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fhashtable.h;h=363241e3d14f7de589e51a99bb5bb879c23a59da;hb=cdd85b7bd633a4256b1250dd4c0b8ead0cb37b62;hp=e59548cd73134c044fbc4f24f0acb0d64d301146;hpb=56bc36208843a05a8879f31a1b1a6bcb0f1de176;p=bertos.git diff --git a/bertos/struct/hashtable.h b/bertos/struct/hashtable.h index e59548cd..363241e3 100644 --- a/bertos/struct/hashtable.h +++ b/bertos/struct/hashtable.h @@ -52,8 +52,8 @@ * \author Giovanni Bajo */ -#ifndef MWARE_HASHTABLE_H -#define MWARE_HASHTABLE_H +#ifndef STRUCT_HASHTABLE_H +#define STRUCT_HASHTABLE_H #include #include @@ -268,4 +268,4 @@ INLINE HashIterator ht_iter_next(HashIterator h) return h; } -#endif /* MWARE_HASHTABLE_H */ +#endif /* STRUCT_HASHTABLE_H */