blob: 52534115346a929c74ca74379a3974810cf03ddb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- texk/xdvik/hypertex.h.orig 2004-05-07 22:10:22 UTC
+++ texk/xdvik/hypertex.h
@@ -21,7 +21,7 @@
*/
#ifndef HYPERTEX_H_
-#define HTEXTEX_H_
+#define HYPERTEX_H_
/* fallbacks if parsing user-specified colors fails */
#define LINK_COLOR_FALLBACK "BLUE2"
@@ -68,4 +68,4 @@ extern void htex_forward(void);
extern Boolean htex_scan_anchor(const char *special, size_t len);
-#endif /* HTEXTEX_H_ */
+#endif /* HYPERTEX_H_ */
|