浏览代码

src/core/progress_hook.c: fix typo in filename

Nathalie Furmento 12 年之前
父节点
当前提交
651708de6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/progress_hook.c

+ 1 - 1
src/core/progress_hook.c

@@ -18,7 +18,7 @@
 #include <pthread.h>
 #include <core/workers.h>
 #include <common/utils.h>
-#include <core/progress_hooks.h>
+#include <core/progress_hook.h>
 
 #define NMAXHOOKS	16