fixed hardware monitor for amd/nv (one problem that is still there since last commit...
[hashcat.git] / include / common.h
index ff17c2a..d62fadf 100644 (file)
@@ -90,7 +90,7 @@ void log_out (FILE *fp, const char *fmt, ...);
 void log_info (const char *fmt, ...);
 void log_error (const char *fmt, ...);
 
-#endif
-
 typedef uint32_t uint; // we should rename to u32, sooner or later, for consistency
 typedef uint64_t u64;
+
+#endif