[MKHIVE]
[reactos.git] / reactos / tools / mkhive / reginf.c
index e7688cd..50d379b 100644 (file)
@@ -12,9 +12,9 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with this program; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 /* COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS hive maker
@@ -188,7 +188,7 @@ do_reg_operation(
        {
                if (ValueName)
                {
-                               RegDeleteValueA (KeyHandle, ValueName);
+                       RegDeleteValueA (KeyHandle, ValueName);
                }
                else
                {
@@ -253,7 +253,7 @@ do_reg_operation(
        if (!(Flags & FLG_ADDREG_BINVALUETYPE) ||
            (Type == REG_DWORD && InfHostGetFieldCount (Context) == 5))
        {
-               PCHAR Str = NULL;
+               CHAR *Str = NULL;
 
                if (Type == REG_MULTI_SZ)
                {