Correct typo in mailnews/base/src/moz.build

This commit is contained in:
Matt A. Tobin 2020-02-28 15:01:13 -05:00 committed by Roy Tam
commit 8dbd3045dc

View file

@ -75,7 +75,7 @@ if CONFIG['MOZ_MAILNEWS_OAUTH2']:
EXTRA_COMPONENTS += ['msgOAuth2Module.js']
EXTRA_PP_COMPONENTS += [
'msgBase.manifest'
'msgBase.manifest',
'nsMailNewsCommandLineHandler.js',
]