fixed a syntax error
authorArt Cancro <ajc@citadel.org>
Fri, 20 Oct 2006 15:13:34 +0000 (15:13 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 20 Oct 2006 15:13:34 +0000 (15:13 +0000)
citadel/serv_sieve.h

index 944370bdfa202212ace522eca4e4e11db068f84e..481d160a4e61e42cc2605f8d45d8164780bed84e 100644 (file)
@@ -19,7 +19,7 @@ struct sdm_vacation {
        struct sdm_vacation *next;
        char hash[256];
        time_t timestamp;
-}
+};
 
 struct sdm_userdata {
        sieve2_context_t *sieve2_context;       /**< for libsieve's use */