diff options
author | truelight <truelight@openttd.org> | 2004-09-11 09:55:19 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-09-11 09:55:19 +0000 |
commit | 7aa0bdf48b8f27389ad69c4299b8d910398c43d5 (patch) | |
tree | 2e17fa3fbbc0602115bc187deb458d519077a76d /queue.h | |
parent | 4ccd84f94b844388d4fab8413bdf77e5580526fe (diff) | |
download | openttd-7aa0bdf48b8f27389ad69c4299b8d910398c43d5.tar.xz |
(svn r202) -Codechange: I missed some files with trailing spaces.. this should be
all ;)
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ struct Queue{ Queue_ClearProc* clear; /* Frees the queue, by reclaiming all memory allocated by it. After * this it is no longer usable. If free_items is true, any remaining - * items are free()'d too. + * items are free()'d too. */ Queue_FreeProc* free; |