Follow-up Comment #4, patch #4100 (project freeciv):

- gui-gtk-2.0/diplomat_dialog.c: include "actions.h" added to /* client */
headers group when it should be in /* common */
- diplomats.c has some opportunities to fix old style while touching the code
in question:
if (A)
  B;
-> 
if (A) {
  B;
}


    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?4100>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to