From 9e2275f12aea1d90c206ea597f42cdd82f9a38ae Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 30 May 2025 22:16:01 +0000 Subject: library api: _hexdump_ (header and section pretty printing) namespace overhaul. --- project/headers.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/headers.mk') diff --git a/project/headers.mk b/project/headers.mk index 2c2a247..fc1f132 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -14,7 +14,7 @@ INTERNAL_HEADERS = \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_endian_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \ - $(SOURCE_DIR)/src/internal/$(PACKAGE)_hdrdump_impl.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_hexdump_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_reader_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \ -- cgit v1.2.3