aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 937751b57..5e16bc42c 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -844,7 +844,7 @@ main( int argc, char **argv )
{ const char *p = strusage(13);
for( ; *p && (isdigit(*p) || *p=='.'); p++ )
;
- if( p )
+ if( *p )
log_info("NOTE: This is a development version!\n");
}