Skip to content

Commit c65479b

Browse files
committed
Update comments
1 parent 3b15999 commit c65479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_interbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern zend_module_entry ibase_module_entry;
4343
#define PHP_INTERBASE_VER_MINOR 1
4444
#define PHP_INTERBASE_VER_REV 1
4545

46-
// Keep FB_API_VER two digit style
46+
// Keep two digit style similar to FB_API_VER
4747
#define PHP_INTERBASE_VER PHP_INTERBASE_VER_MAJOR * 10 + PHP_INTERBASE_VER_MINOR
4848
#define PHP_INTERBASE_VER_STR TO_STRING(PHP_INTERBASE_VER_MAJOR) "." TO_STRING(PHP_INTERBASE_VER_MINOR) "." TO_STRING(PHP_INTERBASE_VER_REV)
4949

0 commit comments

Comments
 (0)