* cosmetic

This commit is contained in:
djcb 2010-08-15 14:59:02 +03:00
parent 00212179f1
commit 6976d663f4
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ mu_msg_str_date (time_t t)
const char*
mu_msg_str_size_s (size_t s)
{
/* note: we we use the powers-of-10, not powers-of-2 */
static char buf[32];
#ifdef HAVE_GLIB216