mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
MFH those punctuation fixes
This commit is contained in:
@@ -65,9 +65,9 @@
|
||||
|
||||
#define OPTSTRING "ac:d:Def:hnp:vVz:?"
|
||||
|
||||
#define IS_NONE "%s(): This function must not be called outside of a milter callback functions scope"
|
||||
#define NOT_EOM "%s(): This function can only be used inside the milter_eom callbacks scope"
|
||||
#define NOT_INIT "%s(): This function can only be used inside the milter_init callbacks scope"
|
||||
#define IS_NONE "%s(): This function must not be called outside of a milter callback function's scope"
|
||||
#define NOT_EOM "%s(): This function can only be used inside the milter_eom callback's scope"
|
||||
#define NOT_INIT "%s(): This function can only be used inside the milter_init callback's scope"
|
||||
|
||||
/* {{{ globals
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user