Skip to content

Commit

Permalink
chafa: Remove stray semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Dec 13, 2023
1 parent 5e77e15 commit bcd1396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/chafa/svg-loader.c
Expand Up @@ -39,9 +39,9 @@

/* Cairo uses native byte order */
#if G_BYTE_ORDER == G_BIG_ENDIAN
# define PIXEL_TYPE CHAFA_PIXEL_ARGB8_PREMULTIPLIED;
# define PIXEL_TYPE CHAFA_PIXEL_ARGB8_PREMULTIPLIED
#else
# define PIXEL_TYPE CHAFA_PIXEL_BGRA8_PREMULTIPLIED;
# define PIXEL_TYPE CHAFA_PIXEL_BGRA8_PREMULTIPLIED
#endif

struct SvgLoader
Expand Down

0 comments on commit bcd1396

Please sign in to comment.