maint: remove empty lines at EOF, but excluding modules/*
[gnulib.git] / tests / test-getpass.c
index 86cb61f..6d8ab41 100644 (file)
@@ -25,7 +25,7 @@ main (int argc, char *argv[])
 {
   char *pass = getpass ("Enter password: ");
 
-  printf ("The password is `%s'\n", pass);
+  printf ("The password is '%s'\n", pass);
 
   return 0;
 }