diff options
author | Kevin Lange <klange@yelp.com> | 2013-05-20 16:46:59 -0700 |
---|---|---|
committer | Kevin Lange <klange@yelp.com> | 2013-05-20 16:49:53 -0700 |
commit | fca462d02b8e6a366b4080843d9e23d23fc510f5 (patch) | |
tree | a0a706d844a0706b8186206f04add59f07a4bd33 /src/nyancat.c | |
parent | 7822b31b35a3195be30cbfebe0646376b666763c (diff) | |
download | nyancat-fca462d02b8e6a366b4080843d9e23d23fc510f5.tar.gz |
Rename animation.h to animation.c
This fixes a meta-bug with github showing nyancat as being Objective C.
Diffstat (limited to 'src/nyancat.c')
-rw-r--r-- | src/nyancat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nyancat.c b/src/nyancat.c index 040e9fd..dd3288f 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -82,7 +82,7 @@ * The animation frames are stored separately in * this header so they don't clutter the core source */ -#include "animation.h" +#include "animation.c" /* * Color palette to use for final output |