about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-02-01 16:51:12 +0100
committerGitHub <noreply@github.com>2022-02-01 16:51:12 +0100
commit9a1311a82660fc0ce2bacc64d5324b90b3345476 (patch)
treea6785f2ccb8bdbadba8b33bb3599c9ab78fd1b77 /src/command
parente31e2877fc5a0d910cf803ca547847be9d0f5ac6 (diff)
parent196f20a7d51ca4e5854432405547a6b90ea4196d (diff)
downloadprofani-tty-9a1311a82660fc0ce2bacc64d5324b90b3345476.tar.gz
Merge pull request #1631 from profanity-im/fix-1628
Fix #1628
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index d9a61727..ba06d59e 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -1144,7 +1144,7 @@ cmd_export(ProfWin* window, const char* const command, gchar** args)
         g_slist_free(list);
         close(fd);
         return TRUE;
-    write_error:
+write_error:
         cons_show("error: write failed: %s", strerror(errno));
         cons_show("");
         g_slist_free(list);