diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-11-02 01:49:38 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-11-02 01:49:38 +0000 |
commit | bf05f4da7b9d4e83095a633eef2ef759ded9499b (patch) | |
tree | 32c7bb559e3ade9fc52793377d5112c498f93f1e | |
parent | 3923d6da166b50a08469d250d4414ff1586034db (diff) | |
download | anaconda-bf05f4da7b9d4e83095a633eef2ef759ded9499b.tar.gz anaconda-bf05f4da7b9d4e83095a633eef2ef759ded9499b.tar.xz anaconda-bf05f4da7b9d4e83095a633eef2ef759ded9499b.zip |
Space cleanups.
-rw-r--r-- | isys/nl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ int netlink_init_interfaces_list(void) { * * @param ifname The interface name (e.g., eth0). * @return The human-readable IP address (either IPv4 or IPv6) or NULL on - * error/no match. + * error/no match. */ char *netlink_interfaces_ip2str(char *ifname) { char *ret = NULL; |