summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2008-11-13 15:44:58 +0100
committerVincent Untz <vuntz@novell.com>2008-11-13 15:44:58 +0100
commit93a7cae10e94216c6060dc87c6807399c8a46da2 (patch)
treec7bc2af26312393034336658a79393feee5416a9
parentcc033d51e84a744e69daad4a5fa33481fbf98021 (diff)
Add small comment.
-rw-r--r--src/cups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cups.c b/src/cups.c
index 8c70dce..66a1942 100644
--- a/src/cups.c
+++ b/src/cups.c
@@ -209,6 +209,7 @@ _cph_cups_is_printer_name_valid_internal (const char *name)
{
int i;
+ /* no empty string */
if (!name || name[0] == '\0')
return FALSE;