Drop const from temporary variable
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Dec 2007 19:45:56 +0000 (21:45 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Dec 2007 19:45:56 +0000 (21:45 +0200)
rpmdb/header.c

index 227cc7b..52c02d6 100644 (file)
@@ -1148,7 +1148,7 @@ int _headerWrite(FD_t fd, Header h, enum hMagic magicp)
 {
     ssize_t nb;
     size_t length;
-    const void * uh;
+    void * uh;
 
     if (h == NULL)
        return 1;