summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-05-04 00:01:44 +0000
committerSterling Hughes <sterling@php.net>2003-05-04 00:01:44 +0000
commit797dba03b8f3e6446b1f3c7bc0a0e9a4cfd4d92d (patch)
tree0c8fb1e049ad44f4526c7c1ba7b6d56d9b9d6d1f /Zend/zend_exceptions.h
parentc8e36ca66f6118c2224bf8e450114fe224245938 (diff)
downloadphp-git-797dba03b8f3e6446b1f3c7bc0a0e9a4cfd4d92d.tar.gz
semicolon
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r--Zend/zend_exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h
index ade5d0d8f4..60511409b1 100644
--- a/Zend/zend_exceptions.h
+++ b/Zend/zend_exceptions.h
@@ -23,7 +23,7 @@
BEGIN_EXTERN_C()
-ZEND_API zend_class_entry *zend_exception_get_default(void)
+ZEND_API zend_class_entry *zend_exception_get_default(void);
ZEND_API void zend_register_default_classes(TSRMLS_D);
END_EXTERN_C()