From: Adam Baratz Date: Fri, 10 Nov 2017 18:31:59 +0000 (-0500) Subject: Fix comment style X-Git-Tag: php-7.3.0alpha1~1060 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50421b3da5622cef3ff6150d63d08c945c402f9f;p=php Fix comment style --- diff --git a/ext/pdo_dblib/php_pdo_dblib_int.h b/ext/pdo_dblib/php_pdo_dblib_int.h index 99ea4c3f3a..b3bd04714f 100644 --- a/ext/pdo_dblib/php_pdo_dblib_int.h +++ b/ext/pdo_dblib/php_pdo_dblib_int.h @@ -90,8 +90,9 @@ typedef unsigned char *LPBYTE; typedef float DBFLT4; #endif -// hardcoded string length from FreeTDS -// src/tds/convert.c:tds_convert_datetimeall() +/* hardcoded string length from FreeTDS + * src/tds/convert.c:tds_convert_datetimeall() + */ # define DATETIME_MAX_LEN 63 int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr,