summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xcursorgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcursorgen.c b/xcursorgen.c
index fd41a77..1738b3c 100644
--- a/xcursorgen.c
+++ b/xcursorgen.c
@@ -39,8 +39,8 @@ struct flist
{
int size;
int xhot, yhot;
- char *pngfile;
int delay;
+ char *pngfile;
struct flist *next;
};