diff options
| author | 2013-01-11 07:32:46 +0000 | |
|---|---|---|
| committer | 2013-01-11 07:32:46 +0000 | |
| commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
| tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/lib/util/astring.h | |
| parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) | |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/lib/util/astring.h')
| -rw-r--r-- | src/lib/util/astring.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/astring.h b/src/lib/util/astring.h index 763537241a1..7931075d1ea 100644 --- a/src/lib/util/astring.h +++ b/src/lib/util/astring.h @@ -180,10 +180,10 @@ private: void normalize_substr(int &start, int &count, int length) const; // internal state - char * m_text; - int m_alloclen; - char m_smallbuf[64]; - int m_len; + char * m_text; + int m_alloclen; + char m_smallbuf[64]; + int m_len; }; |
