summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2010-02-19 16:28:19 +0100
committerVincent Untz <vuntz@novell.com>2010-02-19 16:28:19 +0100
commit1b2f633ae6d73e3d572b2c021ddff63ff005ca5f (patch)
tree9e440b64d78012b6fbdd812199533a71b35a62b1
parentd3ad5757aef2e203337409f1d2e222b91e320638 (diff)
Fix previous commit (d3ad5757) to build
-rw-r--r--src/cups-pk-helper-mechanism.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cups-pk-helper-mechanism.c b/src/cups-pk-helper-mechanism.c
index 7850f77..6d6d97e 100644
--- a/src/cups-pk-helper-mechanism.c
+++ b/src/cups-pk-helper-mechanism.c
@@ -458,7 +458,7 @@ _cph_mechanism_return_error (CphMechanism *mechanism,
if (failed) {
error = cph_cups_last_status_to_string (mechanism->priv->cups);
if (!error || error[0] == '\0')
- error = "Unknown error"
+ error = "Unknown error";
} else
error = "";
@@ -476,7 +476,7 @@ _cph_mechanism_return_error_and_value (CphMechanism *mechanism,
if (failed) {
error = cph_cups_last_status_to_string (mechanism->priv->cups);
if (!error || error[0] == '\0')
- error = "Unknown error"
+ error = "Unknown error";
} else
error = "";