diff --git a/src/core/bpf_map.h b/src/core/bpf_map.h index 9407a40..f9fd493 100644 --- a/src/core/bpf_map.h +++ b/src/core/bpf_map.h @@ -72,4 +72,4 @@ private: static py::object bytes_to_python(std::span data); }; -#endif // PYLIBBPF_MAPS_H +#endif // PYLIBBPF_BPF_MAP_H