- typo
authorMichael Wallner <mike@php.net>
Mon, 11 Apr 2005 06:53:39 +0000 (06:53 +0000)
committerMichael Wallner <mike@php.net>
Mon, 11 Apr 2005 06:53:39 +0000 (06:53 +0000)
phpstr/phpstr.h

index c9ede0ab3b20b4597fa55d7db823c35ed0ba4167..51c2b42b8250ae71de5e5e4d5567a9b7856f4695 100644 (file)
@@ -13,8 +13,8 @@
 #endif
 
 #define PHPSTR(p) ((phpstr *) (p))
 #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)
 
 #define FREE_PHPSTR_PTR(STR) efree(STR)
 #define FREE_PHPSTR_VAL(STR) phpstr_dtor(STR)