projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
8e0888a
)
- typo
author
Michael Wallner
<mike@php.net>
Mon, 11 Apr 2005 06:53:39 +0000
(06:53 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 11 Apr 2005 06:53:39 +0000
(06:53 +0000)
phpstr/phpstr.h
patch
|
blob
|
history
diff --git
a/phpstr/phpstr.h
b/phpstr/phpstr.h
index c9ede0ab3b20b4597fa55d7db823c35ed0ba4167..51c2b42b8250ae71de5e5e4d5567a9b7856f4695 100644
(file)
--- a/
phpstr/phpstr.h
+++ b/
phpstr/phpstr.h
@@
-13,8
+13,8
@@
#endif
#define PHPSTR(p) ((phpstr *) (p))
-#define PHPSTR_VAL(p) (PHPSTR(p))->data
;
-#define PHPSTR_LEN(p) (PHPSTR(p))->used
;
+#define PHPSTR_VAL(p) (PHPSTR(p))->data
+#define PHPSTR_LEN(p) (PHPSTR(p))->used
#define FREE_PHPSTR_PTR(STR) efree(STR)
#define FREE_PHPSTR_VAL(STR) phpstr_dtor(STR)