Fix mangled header guards in ofp-print.h.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Dec 2008 22:56:57 +0000 (14:56 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 16 Dec 2008 23:59:54 +0000 (15:59 -0800)
lib/ofp-print.h

index 76ff924..b71212c 100644 (file)
@@ -33,8 +33,8 @@
 
 /* OpenFlow protocol pretty-printer. */
 
-#ifndef __OFP_PRINT_H__
-#define __OFP_ORINT_H __1
+#ifndef OFP_PRINT_H
+#define OFP_PRINT_H 1
 
 #include <stdio.h>
 
@@ -54,4 +54,4 @@ char *ofp_packet_to_string(const void *data, size_t len, size_t total_len);
 }
 #endif
 
-#endif /* ofppp.h */
+#endif /* ofp-print.h */