]> git.sur5r.net Git - cc65/blobdiff - src/cc65/funcdesc.h
Adjustments in response to latest comments
[cc65] / src / cc65 / funcdesc.h
index 966aff5734f997fec96f996e0d63610c30eb3f27..040f6e97c91cf70b5dfc3c1b3ad586a8a8296ff1 100644 (file)
@@ -67,8 +67,8 @@ struct FuncDesc {
     unsigned            ParamCount;     /* Number of parameters              */
     unsigned            ParamSize;      /* Size of the parameters            */
     struct SymEntry*    LastParam;      /* Pointer to last parameter         */
-    struct SymEntry*    WrappedCall;     /* Pointer to the WrappedCall         */
-    unsigned char       WrappedCallData; /* The WrappedCall's user data        */
+    struct SymEntry*    WrappedCall;    /* Pointer to the WrappedCall        */
+    unsigned char       WrappedCallData;/* The WrappedCall's user data       */
 };