aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 0176d09..61cab15 100644
--- a/common.c
+++ b/common.c
@@ -22,7 +22,7 @@ size_t getsize(char c)
case 'q': case 'Q':
case 'd':
return 8;
- case 's': default: return (size_t)-1;
+ default: return (size_t)-1;
}
}