summaryrefslogtreecommitdiff
path: root/sal/osl/w32/util.c
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-27 01:25:00 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-27 01:25:00 +0200
commit67a5f332ea028ef1f201144979b3ef7ad17a6a61 (patch)
treeb50972820f9676c9daa13ccacc6b3cd517aa1779 /sal/osl/w32/util.c
parent72f06717f64243c5d17c3e9ebab1696920e1e6f4 (diff)
These files are C, not C++
Notes
Notes: split repo tag: ure_LO-BASE-INTEGRATION-DEV300_m98
Diffstat (limited to 'sal/osl/w32/util.c')
-rw-r--r--sal/osl/w32/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/util.c b/sal/osl/w32/util.c
index f661c9c7fdbc..ab7e10919012 100644
--- a/sal/osl/w32/util.c
+++ b/sal/osl/w32/util.c
@@ -30,7 +30,7 @@
-extern sal_Bool SAL_CALL osl_getEthernetAddress( sal_uInt8* /*pAddr*/ )
+extern sal_Bool SAL_CALL osl_getEthernetAddress( sal_uInt8* pAddr )
{
return sal_False;
}