From c69547d9573bcbeaaa191f73f76b420184491c4a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 5 May 2006 03:32:54 +0000 Subject: * plugins.c (FILEEXTS): No trailing semicolon git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17979 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/support/plugins.c b/src/util/support/plugins.c index 929d94f..43c319c 100644 --- a/src/util/support/plugins.c +++ b/src/util/support/plugins.c @@ -334,9 +334,9 @@ krb5int_plugin_file_handle_array_free (struct plugin_file_handle **harray) #if TARGET_OS_MAC #define FILEEXTS { "", ".bundle", ".so", NULL } #elif defined(_WIN32) -#define FILEEXTS { "", ".dll", NULL }; +#define FILEEXTS { "", ".dll", NULL } #else -#define FILEEXTS { "", ".so", NULL }; +#define FILEEXTS { "", ".so", NULL } #endif -- cgit v1.1