Changes between Version 1 and Version 2 of Ticket #1447, comment 14


Ignore:
Timestamp:
08/19/23 14:02:35 (9 months ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1447, comment 14

    v1 v2  
    2626* Reduce variable scope as much as possible: declare local variable in that block where it is used. 
    2727* Split variable declaration and code using one empty line. 
    28 * Do not use gboolean as integer and integer as bgoolean. 
     28* Do not use gboolean as integer and integer as gboolean. 
    2929 
    3030And this is only the first step.