clear clang errors

This commit is contained in:
Kasper Sauramo
2025-03-27 12:15:26 +02:00
parent a3d4d46226
commit c3f240624c
12 changed files with 34 additions and 50 deletions

View File

@@ -38,7 +38,7 @@ struct hiFileEvents;
*
* Will start the watcher thread immediately.
*/
struct hiFileWatcherContext *hi_file_watcher_create();
struct hiFileWatcherContext *hi_file_watcher_create(void);
/**
* Destroy a previously created file watcher context.
*