Skip to content

Commit 5ef9b75

Browse files
core: cpp frontend (#1895)
fix typo Signed-off-by: DavidKorczynski <[email protected]>
1 parent 6318e6b commit 5ef9b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuzz_introspector/frontends/frontend_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def callsites(self):
319319
'name').type == 'identifier':
320320
if tmp_node.child_by_field_name('scope'):
321321
function_call += tmp_node.child_by_field_name(
322-
'scopeq').text.decode() + '::'
322+
'scope').text.decode() + '::'
323323
function_call += tmp_node.child_by_field_name(
324324
'name').text.decode()
325325
break

0 commit comments

Comments
 (0)