summaryrefslogtreecommitdiff
blob: 7df899ef2e59481af48ff1a319207c0459309bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
diff -Nurd builtin.cpp.old builtin.cpp
--- builtin.cpp.old	2004-04-22 16:26:16.175065656 -0400
+++ builtin.cpp		2004-04-22 16:27:06.042484656 -0400
@@ -600,7 +600,7 @@
 	0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff
     };
 
-};
+}
 
 Encoding::BuiltinEncoding_t Encoding::builtin_encodings[] = {
     {256,191,32,{TT_PLATFORM_MICROSOFT,TT_MS_ID_UNICODE_CS,iso8859_1},{"iso8859-1",}},
diff -Nurd ttf.h.old ttf.h
--- ttf.h.old	2004-04-22 16:26:16.176065504 -0400
+++ ttf.h	2004-04-22 16:27:06.042484656 -0400
@@ -49,7 +49,7 @@
 	TT_Postscript	    *post;
 	std::string	    FileName;
     };
-};
+}
 
 #endif /* TTF_H__ */
 
diff -Nurd util.h.old util.h
--- util.h.old	2004-04-22 16:26:16.176065504 -0400
+++ util.h	2004-04-22 16:27:06.042484656 -0400
@@ -17,6 +17,6 @@
 	Singleton (void) {};
 	~Singleton (void) {};
     };
-}; 
+}
 
 #endif // TTMKFDIRUTIL_H__