diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-05-19 03:29:43 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-05-19 03:29:43 +0000 |
| commit | 4f9d9e6de30efe2126cab2178c40f1326c649fe6 (patch) | |
| tree | 7fff8783b36e58c069ed4350f3b05a8619584259 | |
| parent | aec76f84cbc0a2b3d82ed342cd81dc2b566cfeaf (diff) | |
| download | libgpod-4f9d9e6de30efe2126cab2178c40f1326c649fe6.tar.gz libgpod-4f9d9e6de30efe2126cab2178c40f1326c649fe6.tar.xz libgpod-4f9d9e6de30efe2126cab2178c40f1326c649fe6.zip | |
* src/itdb_device.c (itdb_set_sysinfo): Corrected comment. Thanks
to Daniele Forsi.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1437 f01d2545-417e-4e96-918e-98f8d0dbbcb6
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | src/itdb_device.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ * src/itdb_itunesdb.c (playcounts_init): C&P error stat'ing the wrong file. Thanks to Raymond Walsh. + * src/itdb_device.c (itdb_set_sysinfo): Corrected comment. Thanks + to Daniele Forsi. + 2007-05-17 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb.h: warning about adding string fields diff --git a/src/itdb_device.c b/src/itdb_device.c index cbff36e..a79f0a4 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -496,7 +496,7 @@ gchar *itdb_device_get_sysinfo (Itdb_Device *device, const gchar *field) * @value: value to set (or NULL to remove the field). * * Set specified field. It can later be written to the iPod using - * itdb_device_read_sysinfo + * itdb_device_write_sysinfo() * **/ void itdb_device_set_sysinfo (Itdb_Device *device, |
