summaryrefslogtreecommitdiff
path: root/src/gtksnippet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtksnippet.c')
-rw-r--r--src/gtksnippet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtksnippet.c b/src/gtksnippet.c
index a7eecb5..177c086 100644
--- a/src/gtksnippet.c
+++ b/src/gtksnippet.c
@@ -398,7 +398,7 @@ void gtk_snippet_build_content(GtkSnippet *snippet)
if (snippet->info[i].instr != NULL)
{
- print_hinstruction(snippet->proc, snippet->info[i].instr, buffer, CONTENT_BUFFER_LEN);
+ print_hinstruction(snippet->proc, snippet->info[i].instr, buffer, CONTENT_BUFFER_LEN, ASX_INTEL);
content_len += strlen("\t") + strlen(buffer);