Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libasm / asm_getelf.c
index edeff13..2a5c37b 100644 (file)
@@ -37,8 +37,7 @@
 
 
 Elf *
-asm_getelf (ctx)
-     AsmCtx_t *ctx;
+asm_getelf (AsmCtx_t *ctx)
 {
   return ctx != NULL ? ctx->out.elf : NULL;
 }