diff options
author | default <nobody@localhost> | 2023-01-31 18:38:56 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-31 18:38:56 +0100 |
commit | ba4df29abd2e08d168edff95fff5067c6e3e747f (patch) | |
tree | ec056475a7fbfed061548126c6d291fda6d55153 /main.c | |
parent | 74d30a561c231eeef91fc7fee6ef728eef61aa29 (diff) |
More symbol renaming.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) /* ... */ basedir = GET_ARGV(); - return initdb(basedir); + return snac_init(basedir); } if (strcmp(cmd, "upgrade") == 0) { |