Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
comex committed Dec 30, 2008
1 parent 572abb5 commit 92d67b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libogc/es.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ distribution.
static char __es_fs[] ATTRIBUTE_ALIGN(32) = "/dev/es"; static char __es_fs[] ATTRIBUTE_ALIGN(32) = "/dev/es";


/*static*/ s32 __es_fd = -1; /*static*/ s32 __es_fd = -1;
static s32 __es_hid = -1; /*static*/ s32 __es_hid = -1;


static void __ES_InitFS(void); static void __ES_InitFS(void);
static void __ES_DeinitFS(void); static void __ES_DeinitFS(void);
Expand Down
4 changes: 2 additions & 2 deletions libogc/isfs.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ struct isfs_cb


static s32 hId = -1; static s32 hId = -1;


static s32 _fs_fd = -1; /*static*/ s32 _fs_fd = -1;
static u32 _fs_initialized = 0; /*static*/ u32 _fs_initialized = 0;
static char _dev_fs[] ATTRIBUTE_ALIGN(32) = "/dev/fs"; static char _dev_fs[] ATTRIBUTE_ALIGN(32) = "/dev/fs";


static s32 __isfsGetStatsCB(s32 result,void *usrdata) static s32 __isfsGetStatsCB(s32 result,void *usrdata)
Expand Down

0 comments on commit 92d67b6

Please sign in to comment.