summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-08-09 13:30:13 (UTC)
committer mickeyl <mickeyl>2004-08-09 13:30:13 (UTC)
commita0527fcaa0b530df47f654333b2c9476d3072022 (patch) (side-by-side diff)
treed1ae514ed31af4642b477a01f260adaf1a1a9a7c
parent0784cfdbd261c43856b45be6ab7439841e69b858 (diff)
downloadopie-a0527fcaa0b530df47f654333b2c9476d3072022.zip
opie-a0527fcaa0b530df47f654333b2c9476d3072022.tar.gz
opie-a0527fcaa0b530df47f654333b2c9476d3072022.tar.bz2
- adjust headers
- kill a warning
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/omanufacturerdb.cpp6
-rw-r--r--libopie2/opienet/omanufacturerdb.h6
-rw-r--r--libopie2/opienet/onetutils.cpp2
3 files changed, 5 insertions, 9 deletions
diff --git a/libopie2/opienet/omanufacturerdb.cpp b/libopie2/opienet/omanufacturerdb.cpp
index 209ec94..3003e12 100644
--- a/libopie2/opienet/omanufacturerdb.cpp
+++ b/libopie2/opienet/omanufacturerdb.cpp
@@ -2,4 +2,3 @@
                This file is part of the Opie Project
-              (C) 2003 Michael 'Mickey' Lauer <mickey@Vanille.de>
- =.
+ =. (C) 2003-2004 Michael 'Mickey' Lauer <mickey@Vanille.de>
.=l.
@@ -7,3 +6,3 @@
 _;:,     .>    :=|. This program is free software; you can
-.> <`_,   >  .   <= redistribute it and/or modify it under
+.> <`_,   >  .   <= redistribute it and/or modify it under
:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
@@ -27,3 +26,2 @@
Boston, MA 02111-1307, USA.
-
*/
diff --git a/libopie2/opienet/omanufacturerdb.h b/libopie2/opienet/omanufacturerdb.h
index 5c1940e..c667e20 100644
--- a/libopie2/opienet/omanufacturerdb.h
+++ b/libopie2/opienet/omanufacturerdb.h
@@ -2,4 +2,3 @@
                This file is part of the Opie Project
-              (C) 2003 Michael 'Mickey' Lauer <mickey@Vanille.de>
- =.
+ =. (C) 2003-2004 Michael 'Mickey' Lauer <mickey@Vanille.de>
.=l.
@@ -7,3 +6,3 @@
 _;:,     .>    :=|. This program is free software; you can
-.> <`_,   >  .   <= redistribute it and/or modify it under
+.> <`_,   >  .   <= redistribute it and/or modify it under
:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
@@ -27,3 +26,2 @@
Boston, MA 02111-1307, USA.
-
*/
diff --git a/libopie2/opienet/onetutils.cpp b/libopie2/opienet/onetutils.cpp
index c185805..047a704 100644
--- a/libopie2/opienet/onetutils.cpp
+++ b/libopie2/opienet/onetutils.cpp
@@ -199,3 +199,3 @@ void dumpBytes( const unsigned char* data, int num )
{
- printf( "Dumping %d bytes @ %0x", num, data );
+ printf( "Dumping %d bytes @ 0x%p", num, data );
printf( "-------------------------------------------\n" );