diff options
Diffstat (limited to 'src/dex_file.h')
| -rw-r--r-- | src/dex_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dex_file.h b/src/dex_file.h index 7d9e6f998f..7d3fb74868 100644 --- a/src/dex_file.h +++ b/src/dex_file.h @@ -717,7 +717,7 @@ class DexFile { const String* signature); static bool LineNumForPcCb(void* cnxt, uint32_t address, uint32_t line_num) { - LineNumFromPcContext *context = (LineNumFromPcContext *)cnxt; + LineNumFromPcContext* context = (LineNumFromPcContext*) cnxt; // We know that this callback will be called in // ascending address order, so keep going until we find |