diff dyncall/dyncall_struct.h @ 338:ee2b6e54b074

- minor refactoring for clarity
author Tassilo Philipp
date Fri, 03 Jan 2020 22:48:20 +0100
parents 3e629dc19168
children
line wrap: on
line diff
--- a/dyncall/dyncall_struct.h	Tue Dec 03 23:49:59 2019 +0100
+++ b/dyncall/dyncall_struct.h	Fri Jan 03 22:48:20 2020 +0100
@@ -53,7 +53,7 @@
 	DCsize size, alignment, fieldCount;
 	
 	/* struct building uses a state machine. */
-	DCint nextField;       /* == -1 if struct is closed */
+	DCint nextField;                        /* == -1 if struct is closed */
 	DCstruct *pCurrentStruct, *pLastStruct; /* == this, unless we're in a sub struct */
 };