1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix prototype to fix build on -current.

This commit is contained in:
Adam Weinberger 2014-08-15 18:30:00 +00:00
parent c2a552709c
commit 043136067d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365017

View File

@ -0,0 +1,11 @@
--- f.repair.cc.orig 2014-08-15 14:19:11.000000000 -0400
+++ f.repair.cc 2014-08-15 14:20:01.000000000 -0400
@@ -1571,7 +1571,7 @@
int smart_erase_dialog_event(zdialog *zd, const char *event) // overhauled
{
void smart_erase_func(int mode);
- void smart_erase_blur(float radius);
+ int smart_erase_blur(float radius);
float radius;
int cc;