summaryrefslogtreecommitdiff
path: root/cursor/convert_font.c
diff options
context:
space:
mode:
Diffstat (limited to 'cursor/convert_font.c')
-rw-r--r--cursor/convert_font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/convert_font.c b/cursor/convert_font.c
index f297125..de1b8ad 100644
--- a/cursor/convert_font.c
+++ b/cursor/convert_font.c
@@ -359,7 +359,7 @@ static void
write_output_file(struct reconstructed_glyph *glyphs, int n)
{
int i, j, counter, size;
- FILE *file = fopen("cursor_data.c", "w");
+ FILE *file = fopen("cursor-data.h", "w");
uint32_t *data;
fprintf(file, "%s\n", cursor_licence);