[pango/matthiasc/for-main] Add a missing semicolon
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/matthiasc/for-main] Add a missing semicolon
- Date: Sun, 29 Aug 2021 04:11:49 +0000 (UTC)
commit af036f7be3a92642ac0a1c5794970de4cede5505
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 29 00:11:22 2021 -0400
Add a missing semicolon
This broke the msvc build.
pango/pango-item-private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-item-private.h b/pango/pango-item-private.h
index 8bb7e1cd..8680fa4b 100644
--- a/pango/pango-item-private.h
+++ b/pango/pango-item-private.h
@@ -59,7 +59,7 @@ struct _PangoItemPrivate
int num_chars;
PangoAnalysis analysis;
int char_offset;
-}
+};
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]