Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Missing closing bracket in cache_get_value_index (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Sedeyn authored and Southclaws committed Jun 24, 2017
1 parent 95832c4 commit a9f0043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_mysql.inc.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{"trigger": "cache_get_field_name", "contents": "cache_get_field_name(${1:field_index}, ${2:destination[]}, ${3:max_len = sizeof(destination})"},
{"trigger": "cache_get_field_type", "contents": "cache_get_field_type(${1:field_index})"},
{"trigger": "cache_set_result", "contents": "cache_set_result(${1:result_index})"},
{"trigger": "cache_get_value_index", "contents": "cache_get_value_index(${1:row_idx}, ${2:column_idx}, ${3:destination[]}, ${4:max_len = sizeof(destination})"},
{"trigger": "cache_get_value_index", "contents": "cache_get_value_index(${1:row_idx}, ${2:column_idx}, ${3:destination[]}, ${4:max_len = sizeof(destination)})"},
{"trigger": "cache_get_value_index_int", "contents": "cache_get_value_index_int(${1:row_idx}, ${2:column_idx}, ${3:destination})"},
{"trigger": "cache_get_value_index_bool", "contents": "cache_get_value_index_bool(${1:row_idx}, ${2:column_idx}, ${3:&bool:destination})"},
{"trigger": "cache_get_value_index_float", "contents": "cache_get_value_index_float(${1:row_idx}, ${2:column_idx}, ${3:Float:destination})"},
Expand Down

0 comments on commit a9f0043

Please sign in to comment.