Fix warning "empty.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]"

This commit is contained in:
Philippe Teuwen 2013-08-29 22:37:23 +02:00
parent b52308d071
commit f6fff26f0f

View file

@ -1 +1,2 @@
/* empty source code file */ /* empty source code file */
#include <stdio.h>