comparison TOOLS/modify_reg.c @ 30633:32725ca88fed

cosmetics: Remove pointless empty lines at EOF.
author diego
date Sat, 20 Feb 2010 21:02:49 +0000
parents 0f1b5b68af32
children 8b0734633619
comparison
equal deleted inserted replaced
30632:dad8e0eb182a 30633:32725ca88fed
178 RegSetValueExA(newkey, key, 0, type, value, len); 178 RegSetValueExA(newkey, key, 0, type, value, len);
179 } 179 }
180 } 180 }
181 return 0; 181 return 0;
182 } 182 }
183