summaryrefslogtreecommitdiffstats
path: root/src/ipod-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipod-device.c')
-rw-r--r--src/ipod-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipod-device.c b/src/ipod-device.c
index c085265..b616f07 100644
--- a/src/ipod-device.c
+++ b/src/ipod-device.c
@@ -17,7 +17,7 @@
|
| The following changes were done:
|
-| - libhal becomes optional (see #if HAVE_LIBHAL sections)
+| - libhal becomes optional (see #ifdef HAVE_LIBHAL sections)
| - g_mkdir_with_parents() is provided if not available (glib < 2.8)
| - publicly available functions were renamed from ipod_device_...()
| to itdb_device_...()