diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-25 13:04:23 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-25 13:04:23 +0100 |
| commit | 6fd2e20feb06b7ea66a4b40cd984b1ee3f774167 (patch) | |
| tree | b7754f08322163c1ef72c8d5c36f08554b982b58 /src/main.c | |
| parent | 1876340763364998f45015bcfa6ee755eeef46bf (diff) | |
Reformat ftag_add_one_file prototype
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |
