diff options
author | Neil <unknown> | 2015-12-15 21:37:18 +1100 |
---|---|---|
committer | Neil <unknown> | 2015-12-15 21:37:18 +1100 |
commit | ef32e5c4565ef7faa07d443eade1a15470e6668e (patch) | |
tree | 91083acabe22e482a6be76813aac595ee2a6d534 /test | |
parent | f731523ba185e94af6734102332168487c14730f (diff) | |
download | scintilla-mirror-ef32e5c4565ef7faa07d443eade1a15470e6668e.tar.gz |
Minor cleanups for GObject introspection.
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo,
remove empty lines, add to change log.
Diffstat (limited to 'test')
-rw-r--r-- | test/gi/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gi/makefile b/test/gi/makefile index 44277fbbc..cf7522303 100644 --- a/test/gi/makefile +++ b/test/gi/makefile @@ -36,7 +36,7 @@ clean: $(MAKE) -C ../../gtk clean test: Scintilla-0.1.gir - @echo Verifing Scintilla-0.1.gir file + @echo Verifying Scintilla-0.1.gir file @diff $^.good $^ || (echo "GIR FILE MISMATCH!"; exit 1) @echo Launching gi-test.py python program GI_TYPELIB_PATH=$(PWD) LD_LIBRARY_PATH=$(PWD) \ |