projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1678e26
)
Use GNU coding style.
author
Bruno Haible
<bruno@clisp.org>
Wed, 24 Aug 2005 11:01:01 +0000
(11:01 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 24 Aug 2005 11:01:01 +0000
(11:01 +0000)
tests/test-getpass.c
patch
|
blob
|
history
diff --git
a/tests/test-getpass.c
b/tests/test-getpass.c
index 18485d902a723011bfc81908d2515bac20d9cb75..12f08ae78dae1f7e2a154d59f1281b7c0a09e46f 100644
(file)
--- a/
tests/test-getpass.c
+++ b/
tests/test-getpass.c
@@
-25,9
+25,9
@@
int main (int argc, char *argv[])
{
- char *pass = getpass("Enter password: ");
+ char *pass = getpass
("Enter password: ");
- printf("The password is `%s'\n", pass);
+ printf
("The password is `%s'\n", pass);
return 0;
}