Looks better, but isn't wrong
authorEgon Schmid <eschmid@php.net>
Sun, 17 Oct 1999 08:07:50 +0000 (08:07 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 17 Oct 1999 08:07:50 +0000 (08:07 +0000)
ext/standard/dl.c

index 886d25cc4c99de02ceb4582efe06e3db8d34be89..4fe4c38687ac34fe0971dc1731a8e0eb5dffcf58 100644 (file)
@@ -53,7 +53,6 @@ php3_module_entry dl_module_entry = {
 #endif
 
 /* {{{ proto int dl(string extension_filename)
-
    Load a PHP extension at runtime */
 void dl(INTERNAL_FUNCTION_PARAMETERS)
 {