diff --git a/clibs b/clibs index 9b6e34959..f9842e07a 160000 --- a/clibs +++ b/clibs @@ -1 +1 @@ -Subproject commit 9b6e34959f77d7ca3a4ce3826cb487487f557441 +Subproject commit f9842e07a442c5453c270badf25ab72633b4edf5 diff --git a/src/automate.c b/src/automate.c index e08d7a625..2f188f352 100644 --- a/src/automate.c +++ b/src/automate.c @@ -14,7 +14,7 @@ #include #include -int cmp_scholars(const void *lhs, const void *rhs) +static int cmp_scholars(const void *lhs, const void *rhs) { const scholar *a = (const scholar *)lhs; const scholar *b = (const scholar *)rhs; diff --git a/storage b/storage index 6eea76952..5623ee652 160000 --- a/storage +++ b/storage @@ -1 +1 @@ -Subproject commit 6eea7695285f9c9f1d25421897ca55f466ef7566 +Subproject commit 5623ee6527e97af20c7d8efc03800b6fe1579744