- Unbreak, upstream distfile changed.
Change in distfile was a typo fix, diff follows:
diff -ruN EZWGL-1.50.old/include/EZ.h EZWGL-1.50/include/EZ.h
--- EZWGL-1.50.old/include/EZ.h Sat Dec 11 06:27:24 1999
+++ EZWGL-1.50/include/EZ.h Tue Mar 1 15:02:31 2005
@@ -3453,7 +3453,7 @@
int x1, int y1, int flag));
EXTERN void EZ_MarkSSheetUsedTextProperties MY_ANSIARGS((EZ_Widget *widget));
EXTERN void EZ_SSheetPasteSelection MY_ANSIARGS((EZ_Widget *widget));
-EXTERN int EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret);)
+EXTERN int EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret));
#endif
#ifndef _EZ_WIDGET_THUM_WHEEL_C_
PR: 90374
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Approved by: clement (mentor)