diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-08 23:30:39 +0000 |
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-08 23:30:39 +0000 |
| commit | 10b79991cc13b8b9347c19db840e50d6f5ede4fb (patch) | |
| tree | eae64ef231a85dbb0c8eb88e72e1211ebb20e4e9 | |
| parent | 9a3145b9f3cb0d7d570230aaa6193f87e3bea604 (diff) | |
* missing semicolon
| -rw-r--r-- | bus/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ process_config_every_time (BusContext *context, _dbus_string_free (&full_address); if (addr) - dbus_free (addr) + dbus_free (addr); return retval; } |
