From 7f85d63088515488b4607ea54f504ecea9708cc8 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Thu, 25 Apr 2024 22:09:03 +0300 Subject: [PATCH] pmt: initial 1.8.0 update --- binary/include/pmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/include/pmt.h b/binary/include/pmt.h index c19e884..8b7af95 100644 --- a/binary/include/pmt.h +++ b/binary/include/pmt.h @@ -74,7 +74,7 @@ void format(char *target_format_partition, char *format_partition_style); void help(); void licenses(); -#endif +#endif /* _PMT_H */ #ifdef __cplusplus }