summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2006-12-13 18:42:05 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-12-13 18:42:05 +0000
commit66dfa04cbc00f6334cbb1f0636ade89ad390635b (patch)
treeae9b80e512be6c2856d052850a51ede78310ed88
parentf70674f39aaea0fc3db783e37aa63f0f8b2efe31 (diff)
downloadgdm-GDM2_2_14_11.tar.gz
Fix comment.GDM2_2_14_11
-rw-r--r--daemon/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/auth.c b/daemon/auth.c
index a3977cdf..a9e58842 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -710,7 +710,7 @@ try_user_add_again:
af = gdm_safe_fopen_ap (d->userauth);
}
- /* Set to NULL, because can goto try_user_add_again.
+ /* Set to NULL, because can goto try_user_add_again. */
g_free (authdir);
authdir = NULL;