Преглед изворни кода

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

Nathalie Furmento пре 13 година
родитељ
комит
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