diff options
author | David Walter Seikel | 2014-05-29 23:34:56 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-29 23:34:56 +1000 |
commit | 2fd8f1aaa3dd0444fea3ad943984a862ac52630c (patch) | |
tree | f31b7143959744b8b9a391c7a957e109d6f701a3 /src/libraries | |
parent | Run the docs through a spell checker. I usually use an editor that doesn't h... (diff) | |
download | SledjHamr-2fd8f1aaa3dd0444fea3ad943984a862ac52630c.zip SledjHamr-2fd8f1aaa3dd0444fea3ad943984a862ac52630c.tar.gz SledjHamr-2fd8f1aaa3dd0444fea3ad943984a862ac52630c.tar.bz2 SledjHamr-2fd8f1aaa3dd0444fea3ad943984a862ac52630c.tar.xz |
Half arsed generic stuffs creation.
Diffstat (limited to 'src/libraries')
-rw-r--r-- | src/libraries/love.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/love.h b/src/libraries/love.h index c7f243f..26fbe06 100644 --- a/src/libraries/love.h +++ b/src/libraries/love.h | |||
@@ -141,7 +141,7 @@ typedef struct _mesh | |||
141 | 141 | ||
142 | typedef struct _stuffs | 142 | typedef struct _stuffs |
143 | { | 143 | { |
144 | char UUID[45], *name, *description, owner[45]; | 144 | char UUID[45], name[PATH_MAX], description[PATH_MAX], owner[45]; |
145 | //type | 145 | //type |
146 | union | 146 | union |
147 | { | 147 | { |