aboutsummaryrefslogtreecommitdiff
path: root/cbs.h
diff options
context:
space:
mode:
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,
};