BIND 10 trac555, updated. 74402ae4cf3274fb20bc3183941c4099dc672b89 [trac555] fixed small header guard typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 25 08:46:43 UTC 2011
The branch, trac555 has been updated
via 74402ae4cf3274fb20bc3183941c4099dc672b89 (commit)
from 58ec390c5c70c0c7625e3f52caf4c4f20b3bffa3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 74402ae4cf3274fb20bc3183941c4099dc672b89
Author: Jelte Jansen <jelte at isc.org>
Date: Wed May 25 10:45:34 2011 +0200
[trac555] fixed small header guard typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/logger_specification.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/logger_specification.h b/src/lib/log/logger_specification.h
index 2fdcaf5..e2bff2b 100644
--- a/src/lib/log/logger_specification.h
+++ b/src/lib/log/logger_specification.h
@@ -13,7 +13,7 @@
// PERFORMANCE OF THIS SOFTWARE.
#ifndef __LOGGER_SPECIFICATION_H
-#define __LOGGER_SPEC_IFICATIONH
+#define __LOGGER_SPECIFICATION_H
#include <stdint.h>
#include <stdlib.h>
More information about the bind10-changes
mailing list