2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2017-02-02 23:45:47 +00:00
parent ba1e3d1e50
commit 194f07c628
31 changed files with 68 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 1997-2010, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2010, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -1119,7 +1119,7 @@ destroy(isc__mem_t *ctx) {
if (ctx->basic_table != NULL) {
(ctx->memfree)(ctx->arg, ctx->basic_table);
ctx->malloced -= ctx->basic_table_size *
sizeof(unsigned char *);
sizeof(unsigned char *);
}
}