aboutsummaryrefslogtreecommitdiff
path: root/cbs.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-09 11:21:05 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-09 11:21:05 +0200
commit3f49013a512243ac9f5973cd00570a62779573f7 (patch)
treeace4157bd7a712e000c379e14378f743aa108dae /cbs.h
parenteafa6d066b5d21b950cf8a9c7bfbda32bc848768 (diff)
Alignment
Diffstat (limited to 'cbs.h')
-rw-r--r--cbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbs.h b/cbs.h
index 64d6372..ede7146 100644
--- a/cbs.h
+++ b/cbs.h
@@ -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,
};