From 1acf84ee8c710f3b62fb57d67c2c43e403432258 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 00:19:47 +0200 Subject: fix double inclusion macro name --- atasmart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atasmart.h b/atasmart.h index da4c147..2c68cd4 100644 --- a/atasmart.h +++ b/atasmart.h @@ -1,7 +1,7 @@ /*-*- Mode: C; c-basic-offset: 8 -*-*/ -#ifndef foosmarthfoo -#define foosmarthfoo +#ifndef fooatasmarthfoo +#define fooatasmarthfoo /*** This file is part of libatasmart. -- cgit