Skip to content

Commit

Permalink
fixed function name to pandora_exit
Browse files Browse the repository at this point in the history
  • Loading branch information
crowriot committed Apr 30, 2014
1 parent 7b55167 commit 4d74205
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platform/pandora.c
Expand Up @@ -96,13 +96,16 @@ static unsigned char keymap[] = {
};


static void
pandora_exit();

#define FRAMEBUFFERDEVICE "/dev/fb0"

//
#define CHK_FREE_RET( chk, ptr, ret ) \
if ( chk ) { \
fprintf(stderr,"ERROR: %s at %s(%d)\n",#chk,__FILE__,__LINE__);\
platform_exit(); \
pandora_exit(); \
return ret; \
}

Expand Down

0 comments on commit 4d74205

Please sign in to comment.