Refactor value_pos_atr
[deliverable/binutils-gdb.git] / libiberty / simple-object-mach-o.c
index d1b676d777c1604bbfef86d84a3ec6c51d4d907a..aa5e0952fafb6749dc0c8d214d406d56d8c0f241 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object-mach-o.c -- routines to manipulate Mach-O object files.
-   Copyright 2010, 2011, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2021 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 This program is free software; you can redistribute it and/or modify it
@@ -1374,5 +1374,6 @@ const struct simple_object_functions simple_object_mach_o_functions =
   simple_object_mach_o_release_attributes,
   simple_object_mach_o_start_write,
   simple_object_mach_o_write_to_file,
-  simple_object_mach_o_release_write
+  simple_object_mach_o_release_write,
+  NULL
 };
This page took 0.023973 seconds and 4 git commands to generate.