diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:09:20 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:09:20 +0000 |
| commit | ef636796f6443dbb7214182450240bba4ddd515f (patch) | |
| tree | a138378761890dfbbb922442dc23d824a9740d2d /usr.bin/at | |
| parent | daaf5759104f210a9315f49f80f1e0f01a8b3bff (diff) | |
Notes
Diffstat (limited to 'usr.bin/at')
| -rw-r--r-- | usr.bin/at/at.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 71d8e607f9c92..fbba7bd59027d 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -179,7 +179,7 @@ static char *cwdname(void) } static long -nextjob() +nextjob(void) { long jobno; FILE *fid; |
