drop comma at end of enum list
authorKen Raeburn <raeburn@mit.edu>
Sat, 7 Oct 2006 01:04:01 +0000 (01:04 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 7 Oct 2006 01:04:01 +0000 (01:04 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18660 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/preauth_plugin.h

index 7c9788df8fa4c0a02ad1f1155afab2396185b848..52952fded25bb375e95c9e3b0793f78f03c27499 100644 (file)
@@ -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,