summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/astring.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-07-06 17:30:28 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-07-06 17:30:28 +0000
commit30662dcdef8997e7c993acdcf557f32cd18d49e1 (patch)
treed08d52374a8ee4db0edc3ba0e86bf6ba7dbb73f5 /src/lib/util/astring.c
parentbcd97e988006c46c8c42bb7e2b104e29c205ccf2 (diff)
Cleanups and version bump.mame0138u3
Diffstat (limited to 'src/lib/util/astring.c')
-rw-r--r--src/lib/util/astring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/astring.c b/src/lib/util/astring.c
index 3b9542cef00..64382876732 100644
--- a/src/lib/util/astring.c
+++ b/src/lib/util/astring.c
@@ -233,7 +233,7 @@ void astring_free(astring *str)
/*-------------------------------------------------
- astring_expand - expand an astring to
+ astring_expand - expand an astring to
guarantee the given amount of space
-------------------------------------------------*/