aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 51a3ef8..bd7e57a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -225,9 +225,7 @@ static void canonicalize(char *out, const char *in)
}
/* Add a new file to the databse, prompting the user for needed information. */
-static void ftag_add_one_file(sqlite3 *db,
- int next_id,
- const char *file)
+static void ftag_add_one_file(sqlite3 *db, int next_id, const char *file)
{
char sql[2048];
int rc;