about summary refs log tree commit diff stats
path: root/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'about.c')
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index 77fcde3..0157517 100644
--- a/about.c
+++ b/about.c
@@ -620,7 +620,7 @@ remove_favorite(struct tab *t, int index)
 	}
 
 	if (fwrite(new_favs, strlen(new_favs), 1, f) != 1)
-		show_oops(t, "%s: can't fwrite"); /* shut gcc up */
+		show_oops(t, "%s: can't fwrite", __func__);
 	fclose(f);
 
 clean: