fix previous commit. sorry for the fuss

This commit is contained in:
marschap
2006-03-03 14:27:39 +00:00
parent ec0c5588bb
commit b38732a2ce
+2 -1
View File
@@ -21,6 +21,7 @@
#include "mode.h" #include "mode.h"
#include "shared/sockets.h" #include "shared/sockets.h"
#include "shared/debug.h" #include "shared/debug.h"
#include "shared/report.h"
#include "batt.h" #include "batt.h"
#include "chrono.h" #include "chrono.h"
@@ -134,7 +135,7 @@ void clear_modes()
int int
main(int argc, char **argv) main(int argc, char **argv)
{ {
int i, j; int i;
int c; int c;
char *server = NULL; char *server = NULL;
int port = LCDPORT; int port = LCDPORT;