summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKevin Mitchell <klmitch@mit.edu>1997-03-31 21:27:56 +0000
committerKevin Mitchell <klmitch@mit.edu>1997-03-31 21:27:56 +0000
commite143fdb00e5ca7d9b32dd95ebd38408861213210 (patch)
tree14cbe581fa0b1c10348290e8fc6915e412d0464a /src/util
parent561767bac759dc4ac55a95b4813222d61b5e80a3 (diff)
it's 'extern "C"' not '#extern "C"'
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10039 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/com_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h
index 26c673b6f..70d987ecf 100644
--- a/src/util/et/com_err.h
+++ b/src/util/et/com_err.h
@@ -69,7 +69,7 @@ struct error_table {
};
#ifdef __cplusplus
-#extern "C" {
+extern "C" {
#endif
KRB5_DLLIMP extern void KRB5_CALLCONV_C com_err