2005-12-06 [paul] 1.9.100cvs69
[claws.git] / src / plugins / pgpcore / select-keys.h
index 307b4633e485772c7d6b19d74b72a55e1c10cf3f..5790c75efa4d35ea437a4743c1c4147f29980a3c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef GPGMEGTK_SELECT_KEYS_H
@@ -25,7 +25,7 @@
 typedef enum {
        KEY_SELECTION_OK,
        KEY_SELECTION_CANCEL,
-       KEY_SELECTION_DONT,
+       KEY_SELECTION_DONT
 } SelectionResult;
        
 gpgme_key_t *gpgmegtk_recipient_selection (GSList *recp_names, SelectionResult *result);