Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: nixysa/pod_binding.py

Issue 602020: Fix typo (Closed) Base URL: http://nixysa.googlecode.com/svn/trunk/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nixysa/pod_binding.py
===================================================================
--- nixysa/pod_binding.py (révision 66)
+++ nixysa/pod_binding.py (copie de travail)
@@ -438,7 +438,7 @@
_wstring_from_npvariant_template = string.Template("""
${type} ${variable};
-if (!NPVARIANT_IS_STRING(${input}) {
+if (!NPVARIANT_IS_STRING(${input})) {
${success} = false;
*error_handle = "Error in " ${context}
": was expecting a string.";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698