* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2010-12-12 18:32:37 +02:00
parent 6820923119
commit a315e15081
2 changed files with 1 additions and 4 deletions

View File

@ -282,8 +282,7 @@ mu_util_get_dtype_with_lstat (const char *path)
g_return_val_if_fail (path, DT_UNKNOWN);
if (lstat (path, &statbuf) != 0) {
g_warning ("stat failed on %s: %s",
path, strerror(errno));
g_warning ("stat failed on %s: %s", path, strerror(errno));
return DT_UNKNOWN;
}

View File

@ -31,8 +31,6 @@
#include "test-mu-common.h"
#include "src/mu-query.h"
static gchar*
fill_database (void)
{