From 7024d957cb8e435be699b5c44f399e5bb4b85e33 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 6 Jan 2005 15:49:43 +0000 Subject: [PATCH] fix up some comments --- lib/gvc/gvc.h | 8 ++++---- lib/gvc/gvcint.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/gvc/gvc.h b/lib/gvc/gvc.h index b99e0c95a..7f71abad6 100644 --- a/lib/gvc/gvc.h +++ b/lib/gvc/gvc.h @@ -14,10 +14,10 @@ * AT&T Research, Florham Park NJ * **********************************************************/ -/* This is the public header for the callers of libgvrender */ +/* This is the public header for the callers of libgvc */ -#ifndef GVRENDER_H -#define GVRENDER_H +#ifndef GVC_H +#define GVC_H #include "gvplugin.h" #include "gvcint.h" @@ -113,4 +113,4 @@ extern "C" { #ifdef __cplusplus } #endif -#endif /* GVLAYOUT_H */ +#endif /* GVC_H */ diff --git a/lib/gvc/gvcint.h b/lib/gvc/gvcint.h index fb2d888fa..bd38f0c80 100644 --- a/lib/gvc/gvcint.h +++ b/lib/gvc/gvcint.h @@ -16,8 +16,8 @@ /* Common header used by both clients and plugins */ -#ifndef GVRENDERINT_H -#define GVRENDERINT_H +#ifndef GVCINT_H +#define GVCINT_H #ifdef __cplusplus extern "C" { @@ -152,4 +152,4 @@ extern "C" { #ifdef __cplusplus } #endif -#endif /* GVRENDERINT_H */ +#endif /* GVCINT_H */ -- 2.40.0