diff options
author | Malcrom <malcromdev@gmail.com> | 2013-12-25 14:16:55 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-12-25 14:16:55 -0330 |
commit | fe95371d9a8b485d3028a8d0bf1481e2cae20c1c (patch) | |
tree | 06d779ebef57d1e94cabb7f4f868dade0a3e67e2 /dep | |
parent | fa29ddc529ab43d43353c83578772758bcf264c4 (diff) |
Core/Scripting: Replace casted with cast as casted is not a word.
Diffstat (limited to 'dep')
-rw-r--r-- | dep/mysqllite/libmysql/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/mysqllite/libmysql/libmysql.c b/dep/mysqllite/libmysql/libmysql.c index f802387cf9a..3af9165de8c 100644 --- a/dep/mysqllite/libmysql/libmysql.c +++ b/dep/mysqllite/libmysql/libmysql.c @@ -2303,7 +2303,7 @@ stmt_read_row_no_result_set(MYSQL_STMT *stmt __attribute__((unused)), mysql_stmt_attr_set() attr_type statement attribute - value casted to const void * pointer to value. + value cast to const void * pointer to value. RETURN VALUE 0 success |