summaryrefslogtreecommitdiff
path: root/src/ctor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctor.h')
-rw-r--r--src/ctor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ctor.h b/src/ctor.h
index 9738949..4e0a247 100644
--- a/src/ctor.h
+++ b/src/ctor.h
@@ -122,10 +122,10 @@ enum class ld_opt
enum class ar_opt
{
// gcc/clang
- replace, // -r
- add_index, // -s
- create, // -c
- output, // <arg>
+ replace, // -r
+ add_index, // -s
+ create, // -c
+ output, // <arg>
custom, // entire option taken verbatim from <arg>
};