* cosmetics

This commit is contained in:
djcb 2012-07-12 15:47:11 +03:00
parent 93c46dda8f
commit c9fc49cfd6
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2008-2012 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@ -65,8 +65,7 @@ MuMsgIter *mu_msg_iter_new (XapianEnquire *enq,
* @return TRUE if it succeeded, FALSE otherwise (e.g., because there
* are no more messages in the query result)
*/
gboolean mu_msg_iter_next (MuMsgIter *iter);
gboolean mu_msg_iter_next (MuMsgIter *iter);
/**

View File

@ -1,7 +1,7 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/*
** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2008-2012 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@ -405,7 +405,6 @@ enum _MuError {
/* could not remove */
MU_ERROR_XAPIAN_REMOVE_FAILED = 21,
/* GMime related errors */
/* gmime parsing related error */