diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2012-09-07 06:24:26 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2012-09-07 06:24:26 -0400 |
commit | 620f7445dcacfbb740c55a9e4b891593c3f94910 (patch) | |
tree | e092711dae9ac1af540a2e5469493f13303248c1 /bsd_base64.h | |
parent | 76b2aaba9575d60230387555822b18ceeb07353a (diff) | |
download | gpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz |
Nuke trailing whitespace in C source.
Diffstat (limited to 'bsd_base64.h')
-rw-r--r-- | bsd_base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd_base64.h b/bsd_base64.h index 8ff1217d..d0972bd7 100644 --- a/bsd_base64.h +++ b/bsd_base64.h @@ -7,7 +7,7 @@ #ifndef HAVE___B64_NTOP # ifndef HAVE_B64_NTOP -int b64_ntop(unsigned char const *src, size_t srclength, char *target, +int b64_ntop(unsigned char const *src, size_t srclength, char *target, size_t targsize); int b64_pton(char const *src, unsigned char *target, size_t targsize); # endif /* !HAVE_B64_NTOP */ |