Merge #8092: Correct small typo in extract_strings_qt.py

678513c Correct small typo in extract_strings_qt.py (Mitchell Cash)
This commit is contained in:
Pieter Wuille 2016-05-25 15:49:57 +02:00
commit 33799afe83
No known key found for this signature in database
GPG key ID: DBA1A67379A1A931

View file

@ -67,7 +67,7 @@ f.write("""
#include <QtGlobal> #include <QtGlobal>
// Automatically generated by extract_strings.py // Automatically generated by extract_strings_qt.py
#ifdef __GNUC__ #ifdef __GNUC__
#define UNUSED __attribute__((unused)) #define UNUSED __attribute__((unused))
#else #else