Skip to content

Commit

Permalink
Fix precompiler warning about bad error directive
Browse files Browse the repository at this point in the history
The preprocessor was complaining about the
unclosed apostrophe in "Don't".

PiperOrigin-RevId: 284810013
  • Loading branch information
laszlocsomor authored and copybara-github committed Dec 10, 2019
1 parent a093405 commit a1f302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/native/unix_jni.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef struct stat64 portable_stat_struct;
# if defined(ENOATTR)
# define ENODATA ENOATTR
# else
# error Don't know how to handle missing ENODATA
# error We do not know how to handle missing ENODATA
# endif
#endif

Expand Down

0 comments on commit a1f302a

Please sign in to comment.