From 39e3ca5902be0357e43109b80414b129faf0e2c7 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Fri, 3 Mar 2006 07:38:21 +0000 Subject: [PATCH] fix #ifdef check --- zypp/target/rpm/RpmCallbacks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zypp/target/rpm/RpmCallbacks.h b/zypp/target/rpm/RpmCallbacks.h index 83fecce..2b7bf10 100644 --- a/zypp/target/rpm/RpmCallbacks.h +++ b/zypp/target/rpm/RpmCallbacks.h @@ -10,8 +10,8 @@ * */ -#ifndef ZYPP_MEDIA_MEDIACALLBACKS_H -#define ZYPP_MEDIA_MEDIACALLBACKS_H +#ifndef ZYPP_TARGET_RPM_RPMCALLBACKS_H +#define ZYPP_TARGET_RPM_RPMCALLBACKS_H #include @@ -93,4 +93,4 @@ namespace zypp { } // namespace target } // namespace zypp -#endif // ZYPP_MEDIA_MEDIACALLBACKS_H +#endif // ZYPP_TARGET_RPM_RPMCALLBACKS_H -- 2.7.4