* src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.

This commit is contained in:
nekral-guest
2010-03-19 11:01:32 +00:00
parent e19c7200eb
commit 68b6e6d2be
4 changed files with 7 additions and 3 deletions

View File

@@ -707,7 +707,7 @@ commonio_sort (struct commonio_db *db, int (*cmp) (const void *, const void *))
struct commonio_entry **entries, *ptr;
size_t n = 0, i;
#if KEEP_NIS_AT_END
struct commonio_entry *nis = NULL
struct commonio_entry *nis = NULL;
#endif
for (ptr = db->head;