summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--write-or-die.c (renamed from write_or_die.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f181687..f83b796 100644
--- a/Makefile
+++ b/Makefile
@@ -936,7 +936,7 @@ LIB_OBJS += walker.o
LIB_OBJS += wildmatch.o
LIB_OBJS += worktree.o
LIB_OBJS += wrapper.o
-LIB_OBJS += write_or_die.o
+LIB_OBJS += write-or-die.o
LIB_OBJS += ws.o
LIB_OBJS += wt-status.o
LIB_OBJS += xdiff-interface.o
diff --git a/write_or_die.c b/write-or-die.c
index eab8c8d..eab8c8d 100644
--- a/write_or_die.c
+++ b/write-or-die.c