Fix get_local_tinfo return commentary.

This commit is contained in:
Erwin Oegema
2019-03-31 18:27:51 +02:00
committed by GitHub
parent 15b9ab2535
commit 5282cf8b7c
+1 -1
View File
@@ -5161,7 +5161,7 @@ def get_local_tinfo(ordinal):
Get local type information as 'typeinfo' object
@param ordinal: slot number (1...NumberOfLocalTypes)
@return: None on failure, or (type, fields, name) tuple.
@return: None on failure, or (type, fields) tuple.
"""
return ida_typeinf.idc_get_local_type_raw(ordinal)