commit | 7b0f39f318f45b1c51bf81307aa641bcda882911 | [log] [tgz] |
---|---|---|
author | xbe <xbe@machine> | Wed Jan 08 14:23:45 2014 -0800 |
committer | xbe <xbe@machine> | Wed Jan 08 14:23:45 2014 -0800 |
tree | 0bf8d0d8e58f09a418abd7cf5b79baec8a93ca72 | |
parent | d944a66ead38b15b5a3c7a4ae8b054451fd5c077 [diff] [blame] |
Implement str.strip
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h index eeed6f3..b2d0d22 100644 --- a/py/mpqstrraw.h +++ b/py/mpqstrraw.h
@@ -63,4 +63,5 @@ Q(pop) Q(sort) Q(join) +Q(strip) Q(format)