diff options
author | Chris Dyer <redpony@gmail.com> | 2014-10-09 14:17:01 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-10-09 14:17:01 -0400 |
commit | 814a9b73942987e7a4720f08ccfcdab1f6f52ac6 (patch) | |
tree | 01c1df3bacbb43a517c291e09ec92fb880c2fc90 /mteval/ns_cer.h | |
parent | 6ac91aa63cd0bce3a9a4fcc781d3ad66a326d5c8 (diff) |
fix header names in mteval/
Diffstat (limited to 'mteval/ns_cer.h')
-rw-r--r-- | mteval/ns_cer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mteval/ns_cer.h b/mteval/ns_cer.h index cb2b4b4a..d9927f78 100644 --- a/mteval/ns_cer.h +++ b/mteval/ns_cer.h @@ -1,5 +1,5 @@ -#ifndef _NS_CER_H_ -#define _NS_CER_H_ +#ifndef NS_CER_H_ +#define NS_CER_H_ #include "ns.h" |