freebsd-ports/science/felt/files/patch-src-Velvet-analysis.c
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

11 lines
447 B
C

--- src/Velvet/analysis.c.orig Tue Mar 13 19:14:27 2007
+++ src/Velvet/analysis.c Tue Mar 13 19:14:35 2007
@@ -964,7 +964,7 @@
************************************************************************/
# if defined(__STDC__)
-void AnalysisDialogUpdate (AnalysisDialog analysisd, int force)
+void AnalysisDialogUpdate (AnalysisDialog analysisd, Boolean force)
# else
void AnalysisDialogUpdate (analysisd,force)
AnalysisDialog analysisd;