diff options
Diffstat (limited to 'g10/g10.c')
-rw-r--r-- | g10/g10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2723,7 +2723,7 @@ add_notation_data( const char *string, int which ) for( s=string ; *s != '='; s++ ) { if( *s=='@') - saw_at=0; + saw_at=1; if( !*s || (*s & 0x80) || (!isgraph(*s) && !isspace(*s)) ) { |