#if [undefined] => #ifdef [undefined]

This commit is contained in:
Daniel Stenberg
2002-01-18 13:04:48 +00:00
parent e4cd4cf3f3
commit 49f7fa82b9
3 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ int Curl_parsenetrc(char *host,
}
else if(state_password) {
strncpy(password, tok, PASSWORDSIZE-1);
#if _NETRC_DEBUG
#ifdef _NETRC_DEBUG
printf("PASSWORD: %s\n", password);
#endif
state_password=0;