diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-30 15:43:42 +0000 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-30 15:43:42 +0000 |
commit | 559252258781ed2f0eecd34d16a7b84ec52c0e21 (patch) | |
tree | 3efbcada2f2e940f44f5212b595503d52e0e8fd4 /apps/win_main.c | |
parent | 6e2a8f21f83b87bbf0530d92f809a3aea6aba724 (diff) | |
download | mupdf-559252258781ed2f0eecd34d16a7b84ec52c0e21.tar.xz |
Adhere to nil idiom.
Diffstat (limited to 'apps/win_main.c')
-rw-r--r-- | apps/win_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win_main.c b/apps/win_main.c index 29f2b29e..07d1e932 100644 --- a/apps/win_main.c +++ b/apps/win_main.c @@ -130,7 +130,7 @@ char *winpassword(pdfapp_t *app, char *filename) win32error("cannot create password dialog"); if (pd_okay) return pd_password; - return NULL; + return nil; } INT CALLBACK |