diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-12-18 11:53:30 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-12-18 11:53:30 +0100 |
commit | e5263aa3f0c9138cfeb1241f296e1404b705b904 (patch) | |
tree | ace5368a51ac9c4d21ac851035924724488ff4de /phpdbg_set.c | |
parent | 7e0d1938f9e875a96284c217f28a2e7a1995539d (diff) | |
download | php-git-e5263aa3f0c9138cfeb1241f296e1404b705b904.tar.gz |
In english, no horizontal space before “!”.
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index e6c332112e..2472e1868c 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -178,7 +178,7 @@ PHPDBG_SET(oplog) /* {{{ */ fclose( PHPDBG_G(oplog)); } else { - phpdbg_error("Oplog is not enabled !"); + phpdbg_error("Oplog is not enabled!"); } } break; } break; |