source tidy

This commit is contained in:
dborth 2011-02-03 03:44:45 +00:00
parent 409482fab5
commit 212e716ecb

View File

@ -22,16 +22,16 @@
#include "utils/unzip/unzip.h"
#include "utils/unzip/miniunz.h"
static int netHalt = 0;
static bool networkInit = false;
static bool networkShareInit = false;
char wiiIP[16] = { 0 };
#ifdef HW_RVL
static int netHalt = 0;
static bool updateChecked = false; // true if checked for app update
static char updateURL[128]; // URL of app update
bool updateFound = false; // true if an app update was found
#ifdef HW_RVL
/****************************************************************************
* UpdateCheck
* Checks for an update for the application
@ -282,11 +282,10 @@ bool InitializeNetwork(bool silent)
while(retry)
{
u64 start = gettime();
ShowAction("Initializing network...");
#ifdef HW_RVL
u64 start = gettime();
StartNetworkThread();
while (!LWP_ThreadIsSuspended(networkthread))