freemyipod r682 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r681‎ | r682 | r683 >
Date:23:43, 30 March 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Make some local variables static
Modified paths:
  • /emcore/trunk/library.c (modified) (history)

Diff [purge]

Index: emcore/trunk/library.c
@@ -38,8 +38,8 @@
3939 #endif
4040
4141
42 -struct library_handle* library_list_head;
43 -struct mutex library_mutex;
 42+static struct library_handle* library_list_head;
 43+static struct mutex library_mutex;
4444
4545
4646 struct library_handle* library_register(void* image, struct emcorelib_header* header)