diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:41:24 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2017-04-28 15:41:24 +0200 |
commit | d4598cc93017e4d7e71a6f854d389dcf6749e8df (patch) | |
tree | 58570553fb37f8534cd8fac4fe8964284548fb22 /ot_fullscrape.h | |
parent | 0ebc0ed6a3e3b7acc9f9e338cc23cea5f4f22f61 (diff) |
Get rid of some warnings regarding header guards
Diffstat (limited to 'ot_fullscrape.h')
-rw-r--r-- | ot_fullscrape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_fullscrape.h b/ot_fullscrape.h index b86f8ea..0f920ec 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h | |||
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | $id$ */ | 4 | $id$ */ |
5 | 5 | ||
6 | #ifndef __OT_FULLSCRAPE_H__ | 6 | #ifndef OT_FULLSCRAPE_H__ |
7 | #define __OT_FULLSCRAPE_H__ | 7 | #define OT_FULLSCRAPE_H__ |
8 | 8 | ||
9 | #ifdef WANT_FULLSCRAPE | 9 | #ifdef WANT_FULLSCRAPE |
10 | 10 | ||