Export todo, and weird spacing.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4057 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-11-28 02:18:58 +00:00
parent 7ff09ed005
commit d48b8b0ae1
2 changed files with 3 additions and 2 deletions

View File

@ -292,13 +292,14 @@ static int _tf_command_export(const char* file, int argc, char* argv[])
else else
{ {
const char* k_export[] = { const char* k_export[] = {
"/~cory/api",
"/~cory/admin", "/~cory/admin",
"/~cory/api",
"/~cory/apps", "/~cory/apps",
"/~cory/db", "/~cory/db",
"/~cory/docs", "/~cory/docs",
"/~cory/follow", "/~cory/follow",
"/~cory/ssblit", "/~cory/ssblit",
"/~cory/todo",
}; };
for (int i = 0; i < (int)_countof(k_export); i++) for (int i = 0; i < (int)_countof(k_export); i++)
{ {