From 16f90580d144c1fa891020dc997032d8cc80ad9c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 30 May 2014 13:54:41 +0200 Subject: [PATCH] Table: Guard macros now follow LibUCW conventions --- ucw/table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/table.h b/ucw/table.h index 0a2b4dbe..3ef913e8 100644 --- a/ucw/table.h +++ b/ucw/table.h @@ -4,8 +4,8 @@ * (c) 2014 Robert Kessl */ -#ifndef _TABLEPRINTER_H -#define _TABLEPRINTER_H +#ifndef _UCW_TABLE_H +#define _UCW_TABLE_H #include #include -- 2.39.5