diff options
Diffstat (limited to 'common/t-b64.c')
-rw-r--r-- | common/t-b64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/t-b64.c b/common/t-b64.c index a230dc033..b5659cafd 100644 --- a/common/t-b64.c +++ b/common/t-b64.c @@ -17,7 +17,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -/* +/* As of now this is only a test program for manual tests. @@ -179,4 +179,3 @@ main (int argc, char **argv) return !!errcount; } - |