From 4f54712e1cad7f9d147439f6e10d1e7eec70f40f Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 27 Sep 2007 10:26:59 +0000 Subject: [PATCH] remove stray '/*' within comment git-svn-id: svn://busybox.net/trunk/busybox@20064 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libbb.h b/include/libbb.h index 2f5aa607..a6709c95 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -395,7 +395,7 @@ char *xstrdup(const char *s); char *xstrndup(const char *s, int n); char *safe_strncpy(char *dst, const char *src, size_t size); /* Guaranteed to NOT be a macro (smallest code). Saves nearly 2k on uclibc. -/* But potentially slow, don't use in one-billion-times loops */ + * But potentially slow, don't use in one-billion-times loops */ int bb_putchar(int ch); char *xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); // gcc-4.1.1 still isn't good enough at optimizing it -- 2.17.1