diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-12-29 22:53:27 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-12-29 22:53:27 +0000 |
| commit | 10bc3a7f42563fa24555dc35c5cdbb1af3241348 (patch) | |
| tree | 2e35e76a520e919173f604f9ba0f30358443ed4a /usr.bin/find/function.c | |
| parent | 7b4f22d5ed8862f4711f8fea577eba7821de04be (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index c11d24f8bab72..5d8ad3d3485e6 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -770,7 +770,7 @@ done: *argvp = argv + 1; /* Finish any pending -exec ... {} + functions. */ void -finish_execplus() +finish_execplus(void) { PLAN *p; |
