diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-09 11:21:05 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-09 11:21:05 +0200 |
commit | 3f49013a512243ac9f5973cd00570a62779573f7 (patch) | |
tree | ace4157bd7a712e000c379e14378f743aa108dae | |
parent | eafa6d066b5d21b950cf8a9c7bfbda32bc848768 (diff) |
Alignment
-rw-r--r-- | cbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ struct strs { enum pkg_config_flags { PC_CFLAGS = 1 << 0, - PC_LIBS = 1 << 1, + PC_LIBS = 1 << 1, PC_SHARED = 1 << 2, PC_STATIC = 1 << 3, }; |