diff options
author | David Walter Seikel | 2014-04-16 20:51:25 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-16 20:51:25 +1000 |
commit | 7e5939254b0202fb20fcca4c7260f14eb442edac (patch) | |
tree | 4ed2d2d482b2a73850b9a007ac6dfaced75dcdf1 | |
parent | Typo-- (diff) | |
download | SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.zip SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.tar.gz SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.tar.bz2 SledjHamr-7e5939254b0202fb20fcca4c7260f14eb442edac.tar.xz |
Minor clean ups.
-rw-r--r-- | ClientHamr/GuiLua/GuiLua.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.h b/ClientHamr/GuiLua/GuiLua.h index 1813966..127841f 100644 --- a/ClientHamr/GuiLua/GuiLua.h +++ b/ClientHamr/GuiLua/GuiLua.h | |||
@@ -33,6 +33,7 @@ typedef struct _globals globals; | |||
33 | 33 | ||
34 | // "01:03:52 01-01-1973\n\0" | 34 | // "01:03:52 01-01-1973\n\0" |
35 | #define DATE_TIME_LEN 21 | 35 | #define DATE_TIME_LEN 21 |
36 | # define DATE_TIME_LEN 21 | ||
36 | 37 | ||
37 | 38 | ||
38 | #ifndef FALSE | 39 | #ifndef FALSE |
@@ -53,16 +54,9 @@ struct _globals | |||
53 | int eina, logDom, ecore_evas, edje; | 54 | int eina, logDom, ecore_evas, edje; |
54 | }; | 55 | }; |
55 | 56 | ||
56 | // globals ourGlobals; | ||
57 | |||
58 | 57 | ||
59 | void dumpStack(lua_State *L, int i); | 58 | void dumpStack(lua_State *L, int i); |
60 | 59 | ||
61 | |||
62 | # define DATE_TIME_LEN 21 | ||
63 | |||
64 | //char dateTime[DATE_TIME_LEN]; | ||
65 | |||
66 | void loggingStartup(globals *ourGlobals); | 60 | void loggingStartup(globals *ourGlobals); |
67 | char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); | 61 | char *getDateTime(struct tm **nowOut, char *dateOut, time_t *tiemOut); |
68 | 62 | ||