diff options
Diffstat (limited to 'src/nsmd')
-rw-r--r-- | src/nsmd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsmd/main.c b/src/nsmd/main.c index e2971dca..b30b9dd9 100644 --- a/src/nsmd/main.c +++ b/src/nsmd/main.c @@ -2,7 +2,7 @@ #include <ouroboros/logs.h> -int main() +int main(void) { LOG_DBG("Test of the DA"); |