summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-10-07 01:04:01 +0000
committerKen Raeburn <raeburn@mit.edu>2006-10-07 01:04:01 +0000
commit663ada96035bf3b90dc3cd4b38838c4a12dabbdc (patch)
tree67d3851aad076dfa461033eaffd103efd0922756 /src/include
parent2e50959a9b09db65e1402d34a3c95d23fbd9055b (diff)
downloadkrb5-663ada96035bf3b90dc3cd4b38838c4a12dabbdc.tar.gz
krb5-663ada96035bf3b90dc3cd4b38838c4a12dabbdc.tar.xz
krb5-663ada96035bf3b90dc3cd4b38838c4a12dabbdc.zip
drop comma at end of enum list
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18660 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/preauth_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/preauth_plugin.h b/src/include/krb5/preauth_plugin.h
index 7c9788df8..52952fded 100644
--- a/src/include/krb5/preauth_plugin.h
+++ b/src/include/krb5/preauth_plugin.h
@@ -112,7 +112,7 @@ enum krb5plugin_preauth_entry_request_type {
* implementation, there's a good chance that the result will not match
* what the client sent, so don't go creating any fatal errors if it
* doesn't match up. */
- krb5plugin_preauth_request_body = 4,
+ krb5plugin_preauth_request_body = 4
};
typedef krb5_error_code
(*preauth_get_entry_data_proc)(krb5_context,