aboutsummaryrefslogtreecommitdiffstats
path: root/cursor/convert_font.c
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2012-10-04 14:27:39 -0700
committerKristian Høgsberg <krh@bitplanet.net>2012-10-09 23:42:52 -0400
commit0371668dcca5aa29c0fc4b59b974e40bcf073563 (patch)
tree7e3ccd3f94dda4d5fd10e7e665957e39d0f09c9d /cursor/convert_font.c
parentconnection: Add missing free from error path (diff)
downloadwayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar
wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.gz
wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.bz2
wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.lz
wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.xz
wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.tar.zst
wayland-0371668dcca5aa29c0fc4b59b974e40bcf073563.zip
Ensure cursor_data.c is included in distribution tarballs
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
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);