Skip to content

Commit 50421b3

Browse files
committed
Fix comment style
1 parent 01f2427 commit 50421b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/pdo_dblib/php_pdo_dblib_int.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ typedef unsigned char *LPBYTE;
9090
typedef float DBFLT4;
9191
#endif
9292

93-
// hardcoded string length from FreeTDS
94-
// src/tds/convert.c:tds_convert_datetimeall()
93+
/* hardcoded string length from FreeTDS
94+
* src/tds/convert.c:tds_convert_datetimeall()
95+
*/
9596
# define DATETIME_MAX_LEN 63
9697

9798
int pdo_dblib_error_handler(DBPROCESS *dbproc, int severity, int dberr,

0 commit comments

Comments
 (0)